From 3bd645e9374a82d19469f18bdc509174fe425d72 Mon Sep 17 00:00:00 2001 From: gazebo Date: Wed, 3 Jul 2019 11:59:07 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E6=9A=82=E5=81=9C=E9=97=A8=E5=BA=97?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=90=8C=E6=AD=A5=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)