From 00739ad63e9bfc24861e58023438a3d5837cd618 Mon Sep 17 00:00:00 2001 From: liwei <2211068034@qq.com> Date: Thu, 29 Jun 2023 19:30:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=A5=BD=E5=8F=8B=E6=AD=A6?= =?UTF-8?q?=E9=A6=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/practice/modelPandata.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/practice/modelPandata.go b/modules/practice/modelPandata.go index e2acbc2e9..2dd348375 100644 --- a/modules/practice/modelPandata.go +++ b/modules/practice/modelPandata.go @@ -105,6 +105,7 @@ func (this *modelPandata) queryrooms(uids []string) (results []*pb.DBPracticeRoo // } go this.module.atlas.CheckActivatePandaAtlasCollect(v, "100001") newdata[v] = temp + results = append(results, temp) } if err = this.Adds(newdata); err != nil { this.module.Errorln(err)