:
This commit is contained in:
@@ -48,7 +48,7 @@ func (s *StoreManager) OnStoreStatusChanged(vendorStoreID string, vendorID int,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if storeDetail.Status <= storeStatus {
|
} else if storeDetail.Status <= storeStatus {
|
||||||
if storeDetail.VendorStatus != model.StoreStatusOpened {
|
if storeDetail.VendorStatus != storeStatus {
|
||||||
storeMapKV = map[string]interface{}{
|
storeMapKV = map[string]interface{}{
|
||||||
"Status": storeStatus,
|
"Status": storeStatus,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user