diff --git a/business/jxstore/cms/storeman.go b/business/jxstore/cms/storeman.go index 932aa5810..790792804 100644 --- a/business/jxstore/cms/storeman.go +++ b/business/jxstore/cms/storeman.go @@ -48,7 +48,7 @@ func (s *StoreManager) OnStoreStatusChanged(vendorStoreID string, vendorID int, } } } else if storeDetail.Status <= storeStatus { - if storeDetail.VendorStatus != model.StoreStatusOpened { + if storeDetail.VendorStatus != storeStatus { storeMapKV = map[string]interface{}{ "Status": storeStatus, }