diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 6f73c7f3e..34bb5d2d3 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -1500,7 +1500,7 @@ func SaveAndSendAlarmVendorSnapshot(ctx *jxcontext.Context, vendorIDs, storeIDs if len(curSnapshotList) == 0 { task.Cancel() } else { - updateVendorStoreStatusBySnapshot(db, curSnapshotList) + // updateVendorStoreStatusBySnapshot(db, curSnapshotList) } case 1: err = SaveStoresVendorSnapshot(db, curSnapshotAt, curSnapshotList)