From 689ba477495267807876c7d8027e1a2f56ae79d8 Mon Sep 17 00:00:00 2001 From: liwei Date: Fri, 26 Aug 2022 17:53:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=AD=A6=E9=A6=86=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/martialhall/modelMartialhall.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/martialhall/modelMartialhall.go b/modules/martialhall/modelMartialhall.go index c170ff503..6ce8c06c3 100644 --- a/modules/martialhall/modelMartialhall.go +++ b/modules/martialhall/modelMartialhall.go @@ -41,7 +41,7 @@ func (this *modelMartialhall) queryUserMartialhall(uid string) (result *pb.DBMar Id: primitive.NewObjectID().Hex(), Uid: uid, Lv: 1, - Pillar1: &pb.DBPillar{Index: 1}, + Pillar1: &pb.DBPillar{Index: 1, Isunlock: true}, Pillar2: &pb.DBPillar{Index: 2}, Pillar3: &pb.DBPillar{Index: 3}, Pillar4: &pb.DBPillar{Index: 4},