diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 941662263..335f79344 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -1176,6 +1176,8 @@ func DeleteStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, storeID, vendor if handler := partner.GetPurchasePlatformFromVendorID(vendorID); handler != nil { handler.UpdateStoreCustomID(ctx, storeMap.VendorOrgCode, storeMap.VendorStoreID, utils.Str2Int64WithDefault(storeMap.VendorStoreID, 0)) } + storeMap.FakeOpenStart = 0 + storeMap.FakeOpenStop = 0 num, err = dao.DeleteEntityLogically(db, storeMap, map[string]interface{}{ model.FieldStatus: model.StoreStatusDisabled, }, userName, nil)