掠夺 货物更新

This commit is contained in:
meixiongfeng 2024-01-24 18:50:07 +08:00
parent 730bd56971
commit c5bb75fdfc

View File

@ -56,6 +56,8 @@ func (this *apiComp) GetList(session comm.IUserSession, req *pb.PlunderGetListRe
list.Source, err = this.module.modelPlunder.refreshGoodsInfo() list.Source, err = this.module.modelPlunder.refreshGoodsInfo()
list.Setout = []int32{} list.Setout = []int32{}
update["setout"] = list.Setout update["setout"] = list.Setout
update["source"] = list.Source
} }
// 校验解锁的是否到期 // 校验解锁的是否到期
for _, v := range list.Line { for _, v := range list.Line {