|
@@ -182,7 +182,7 @@ public class FrontStoreController {
|
|
|
store.setDescriptionScore(descriptionScore);
|
|
|
}
|
|
|
}
|
|
|
- if (store.getState() != StoreConst.STORE_STATE_OPEN && store.getBusinessState() != StoreConst.STORE_BUSINESS_STATE_OPEN) {
|
|
|
+ if (store.getState() != StoreConst.STORE_STATE_OPEN || store.getBusinessState() != StoreConst.STORE_BUSINESS_STATE_OPEN) {
|
|
|
throw new MallException("店铺已关闭", ResponseConst.STATE_STORE_CLOSE);
|
|
|
}
|
|
|
//默认店铺logo
|