上传存钱罐数据被清理的问题

This commit is contained in:
liwei1dao 2023-10-08 15:33:29 +08:00
parent 93972c5b6c
commit a2fad05df7

View File

@ -438,6 +438,7 @@ func (this *User) change(session comm.IUserSession, attrs map[string]int32) (atn
Merchantmoney: user.Merchantmoney, Merchantmoney: user.Merchantmoney,
Integral: user.Integral, Integral: user.Integral,
Profit: user.Profit, Profit: user.Profit,
Deposit: user.Deposit,
} }
atno = make([]*pb.UserAtno, 0, len(attrs)) atno = make([]*pb.UserAtno, 0, len(attrs))
for attr, add := range attrs { for attr, add := range attrs {