From e441b554e825f44a5cec3faf0b40d26fb55893ff Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Sun, 15 Dec 2024 18:51:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=8C=E6=AD=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/userService.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/userService.go b/service/userService.go index 915ecc5..3357789 100644 --- a/service/userService.go +++ b/service/userService.go @@ -184,7 +184,7 @@ func UserSyncDataFromMaster() { confirm_req.Confirm = data worker.SyncDataFromMasterReq2(url, confirm_req) } else { - + worker.SetRedis("user_sync_all", "2") } }