Compare commits
No commits in common. "09f1a3e38d1ab557399d4b5316d0f14075fdbe6f" and "a92a9b97f05a8e3c58edb5a1747f0312a0656b7f" have entirely different histories.
09f1a3e38d
...
a92a9b97f0
|
|
@ -121,7 +121,7 @@ func UserSyncDataFromMaster() {
|
|||
fmt.Println("All ClearAllUsers error:", err)
|
||||
return
|
||||
}
|
||||
worker.SetRedis("user_sync_all", "2")
|
||||
worker.SetRedis("user_sync_all", "1")
|
||||
req.Types = 1
|
||||
} else {
|
||||
worker.SetRedis("user_sync_all", "2")
|
||||
|
|
|
|||
Loading…
Reference in New Issue