This commit is contained in:
邹宗楠
2024-02-18 16:01:12 +08:00
parent 556aff0d13
commit ca8203e0f4

View File

@@ -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,
}