Commit cd120e1ad815ecbd7b148ed7a87231b084c780d7

Authored by 陆恒
1 parent b9ef6343
Exists in master

提交

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -155,7 +155,11 @@ func HandlerSettlement(w http.ResponseWriter, data string, uuid int) {
155 155  
156 156 }
157 157  
158   - SaveUserInfo(uinfo, strconv.Itoa(vval.UserId))
  158 + logger.Info("HandlerSettlement uinfo.CaiPiaoInfo=%+v", uinfo.CaiPiaoInfo)
  159 + err = SaveUserInfo(uinfo, strconv.Itoa(vval.UserId))
  160 + if err != nil {
  161 + logger.Error("HandlerSettlement err=%v", err)
  162 + }
159 163 }
160 164  
161 165 var tmp AlreadyDuboCatList
... ...