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