From 4ade02ba022205bbdf1468bd5100a0e0ec31c969 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Tue, 23 Jun 2020 18:40:51 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/logic.go | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index c44c574..831f3e4 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -101,6 +101,7 @@ func HandlerSettlement(w http.ResponseWriter, data string, uuid int) { } + SaveUserInfo(uinfo1, strconv.Itoa(vval.UserId)) } //需要把这一条记录删除 -- libgit2 0.21.0