Commit 4ade02ba022205bbdf1468bd5100a0e0ec31c969
1 parent
6c21b7e4
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
@@ -101,6 +101,7 @@ func HandlerSettlement(w http.ResponseWriter, data string, uuid int) { | @@ -101,6 +101,7 @@ func HandlerSettlement(w http.ResponseWriter, data string, uuid int) { | ||
101 | 101 | ||
102 | } | 102 | } |
103 | 103 | ||
104 | + SaveUserInfo(uinfo1, strconv.Itoa(vval.UserId)) | ||
104 | } | 105 | } |
105 | 106 | ||
106 | //需要把这一条记录删除 | 107 | //需要把这一条记录删除 |