|
|
@@ -740,11 +740,6 @@ class ProductController extends BaseController
|
|
|
public function actionBatchChangeAddPrice()
|
|
|
{
|
|
|
$shop = $this->shop;
|
|
|
- $join = $shop->join ?? 0;
|
|
|
- $default = $shop->default ?? 0;
|
|
|
- if ($join == 0 && $default == 0) {
|
|
|
- util::fail('请在首店操作');
|
|
|
- }
|
|
|
|
|
|
$shopAdmin = $this->shopAdmin;
|
|
|
if (isset($shopAdmin->super) == false || $shopAdmin->super != 1) {
|