Commit 992ceb3c8336065382feb0cb41a62d0893ee2ab3

Authored by 陆恒
1 parent 5d157dd3
Exists in ver2.3.0 and in 1 other branch ver2.2.8

提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/HttpServer/logic/function.go
... ... @@ -480,6 +480,7 @@ func (u *UserData) ReInitWithDraw(uniqueuid string) error {
480 480 u.WithDraw.Cashdata[idx].Day = val.Day
481 481 u.WithDraw.Cashdata[idx].Limitlv = val.Level
482 482 u.WithDraw.Cashdata[idx].Cnum = val.Money
  483 + u.WithDraw.Cashdata[idx].Cid = val.Id
483 484 } else {
484 485 //还没有 新加入
485 486 var tmp WithDrawDesc
... ...