修复同步问题

This commit is contained in:
junleea 2024-12-15 18:51:13 +08:00
parent dfe767834b
commit e441b554e8
1 changed files with 1 additions and 1 deletions

View File

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