From c5bb75fdfc8ef362b898fd85e1d037da970b4c22 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Wed, 24 Jan 2024 18:50:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A0=E5=A4=BA=20=E8=B4=A7=E7=89=A9?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/plunder/api_getlist.go | 2 ++ 1 file changed, 2 insertions(+) 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 {