|
|
@@ -608,8 +608,8 @@ class ProductController extends BaseController
|
|
|
$open = $shop->open ?? 1;
|
|
|
|
|
|
if ($open == 0) {
|
|
|
- //九江云朵、丽子鲜花休店不让看花材
|
|
|
- if (in_array($mainId, [26374, 1496])) {
|
|
|
+ //九江云朵、丽子鲜花、沈阳市云花鲜花,休店不让看花材
|
|
|
+ if (in_array($mainId, [26374, 1496, 67094])) {
|
|
|
util::fail('已休店');
|
|
|
}
|
|
|
}
|