修复同步问题
This commit is contained in:
parent
dfe767834b
commit
e441b554e8
|
|
@ -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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue