shish 2 rokov pred
rodič
commit
0ecf7cbef6
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app-hd/controllers/ProductController.php

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

@@ -213,7 +213,7 @@ class ProductController extends BaseController
 
 
         if ($changeType == 'cg' && $doType == 0) {
         if ($changeType == 'cg' && $doType == 0) {
             if (getenv('YII_ENV') == 'production') {
             if (getenv('YII_ENV') == 'production') {
-                //小蔡鲜花的几个分店的零售店不能修改体系
+                //小蔡鲜花的几个分店的零售店不能修改价格
                 if (in_array($shopId, [29153, 29155, 29157, 29162, 29164])) {
                 if (in_array($shopId, [29153, 29155, 29157, 29162, 29164])) {
                     util::fail('本店不能改价哦');
                     util::fail('本店不能改价哦');
                 }
                 }