diff --git a/service/userService.go b/service/userService.go index ad44cb6..cb56029 100644 --- a/service/userService.go +++ b/service/userService.go @@ -121,7 +121,7 @@ func UserSyncDataFromMaster() { fmt.Println("All ClearAllUsers error:", err) return } - worker.SetRedis("user_sync_all", "1") + worker.SetRedis("user_sync_all", "2") req.Types = 1 } else { worker.SetRedis("user_sync_all", "2")