From 5d1160cc814461df753f3feb24bdcec5c3e25a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 21 Sep 2023 15:05:32 +0800 Subject: [PATCH] 1 --- 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 1ed5e9477..727b750e3 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -4751,7 +4751,7 @@ func UpdateVendorStoreBussinessStatus(ctx *jxcontext.Context, storeID, vendorID, model.StoreIsSyncAll, "", "", ""); len(storeMaps) > 0 { storeMaps[0].IsOnline = status storeMaps[0].Status = status - dao.UpdateEntity(db, storeMaps[0], "IsOnline") + dao.UpdateEntity(db, storeMaps[0], "IsOnline", "Status") } } return err