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