From aeff37a012688fbdda2a80055526c74d6faea4b0 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:04:19 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/store.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index fa36b55d5..1ed5e9477 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -4750,6 +4750,7 @@ func UpdateVendorStoreBussinessStatus(ctx *jxcontext.Context, storeID, vendorID, if storeMaps, _ := dao.GetStoresMapList(db, []int{vendorID}, []int{storeID}, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "", ""); len(storeMaps) > 0 { storeMaps[0].IsOnline = status + storeMaps[0].Status = status dao.UpdateEntity(db, storeMaps[0], "IsOnline") } }