- 暂停门店状态同步刷新

This commit is contained in:
gazebo
2019-07-03 11:59:07 +08:00
parent e4dd934974
commit 3bd645e937

View File

@@ -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)