shish hace 2 años
padre
commit
e7a42a5e1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-hd/controllers/ProductController.php

+ 1 - 1
app-hd/controllers/ProductController.php

@@ -228,7 +228,7 @@ class ProductController extends BaseController
             util::fail('超管才能修改');
             util::fail('超管才能修改');
         }
         }
         if ($join == 0 && $default == 0) {
         if ($join == 0 && $default == 0) {
-            util::fail('当前直营分店,只能回总店修改价格');
+            //util::fail('当前直营分店,只能回总店修改价格');
         }
         }
 
 
         $targetId = Yii::$app->request->post('targetId', 0);
         $targetId = Yii::$app->request->post('targetId', 0);