修复物品新标识为处理问题
This commit is contained in:
parent
398783c256
commit
cb71088ab2
@ -70,6 +70,7 @@ func (this *ModelItemsComp) UpdateUserPack(uid string, itmes ...*pb.DB_UserItemD
|
|||||||
for _, v := range itmes {
|
for _, v := range itmes {
|
||||||
this.ChangeList(uid, v.GridId, map[string]interface{}{
|
this.ChangeList(uid, v.GridId, map[string]interface{}{
|
||||||
"amount": v.Amount,
|
"amount": v.Amount,
|
||||||
|
"isNewItem": v.IsNewItem,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user