#28039 缺陷 【梦工场系统】 <-前端-> 【木人桩】图鉴中的木人桩不能解锁
This commit is contained in:
parent
862e73ee37
commit
50f87e6e1e
@ -73,9 +73,8 @@ func (this *PandaAtlas) CheckActivatePandaAtlasCollect(uid string, id string) (e
|
|||||||
Time: configure.Now().Unix(),
|
Time: configure.Now().Unix(),
|
||||||
Activate: false,
|
Activate: false,
|
||||||
}
|
}
|
||||||
update := make(map[string]interface{}, 0)
|
|
||||||
update["collect"] = atlas.Collect
|
if err = model.Add(uid, atlas); err != nil {
|
||||||
if err = model.Add(uid, update); err != nil {
|
|
||||||
this.Errorf("err:%v", err)
|
this.Errorf("err:%v", err)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user