Compare commits

...

2 Commits

Author SHA1 Message Date
junleea 366e9f2821 Merge branch 'refs/heads/feat-user-sync' 2024-12-15 18:51:19 +08:00
junleea e441b554e8 修复同步问题 2024-12-15 18:51:13 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ func UserSyncDataFromMaster() {
confirm_req.Confirm = data
worker.SyncDataFromMasterReq2(url, confirm_req)
} else {
worker.SetRedis("user_sync_all", "2")
}
}