From a2fad05df70f9eae55c2243a5e68d222df95215a Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Sun, 8 Oct 2023 15:33:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=AD=98=E9=92=B1=E7=BD=90?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=A2=AB=E6=B8=85=E7=90=86=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/user/module.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/user/module.go b/modules/user/module.go index e454ca3c6..e1bd7cbca 100644 --- a/modules/user/module.go +++ b/modules/user/module.go @@ -438,6 +438,7 @@ func (this *User) change(session comm.IUserSession, attrs map[string]int32) (atn Merchantmoney: user.Merchantmoney, Integral: user.Integral, Profit: user.Profit, + Deposit: user.Deposit, } atno = make([]*pb.UserAtno, 0, len(attrs)) for attr, add := range attrs {