From 992ceb3c8336065382feb0cb41a62d0893ee2ab3 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Wed, 8 Jul 2020 11:09:07 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/function.go | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/HttpServer/logic/function.go b/src/HttpServer/logic/function.go index 8812acd..d8b9557 100644 --- a/src/HttpServer/logic/function.go +++ b/src/HttpServer/logic/function.go @@ -480,6 +480,7 @@ func (u *UserData) ReInitWithDraw(uniqueuid string) error { u.WithDraw.Cashdata[idx].Day = val.Day u.WithDraw.Cashdata[idx].Limitlv = val.Level u.WithDraw.Cashdata[idx].Cnum = val.Money + u.WithDraw.Cashdata[idx].Cid = val.Id } else { //还没有 新加入 var tmp WithDrawDesc -- libgit2 0.21.0