- 暂停门店状态同步刷新
This commit is contained in:
@@ -1500,7 +1500,7 @@ func SaveAndSendAlarmVendorSnapshot(ctx *jxcontext.Context, vendorIDs, storeIDs
|
|||||||
if len(curSnapshotList) == 0 {
|
if len(curSnapshotList) == 0 {
|
||||||
task.Cancel()
|
task.Cancel()
|
||||||
} else {
|
} else {
|
||||||
updateVendorStoreStatusBySnapshot(db, curSnapshotList)
|
// updateVendorStoreStatusBySnapshot(db, curSnapshotList)
|
||||||
}
|
}
|
||||||
case 1:
|
case 1:
|
||||||
err = SaveStoresVendorSnapshot(db, curSnapshotAt, curSnapshotList)
|
err = SaveStoresVendorSnapshot(db, curSnapshotAt, curSnapshotList)
|
||||||
|
|||||||
Reference in New Issue
Block a user