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

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

@@ -215,11 +215,11 @@ class ProductController extends BaseController
             if (getenv('YII_ENV') == 'production') {
                 //小蔡鲜花的几个分店的零售店不能修改体系
                 if (in_array($shopId, [29153, 29155, 29157, 29162, 29164])) {
-                    util::fail('本店无法改价');
+                    util::fail('本店不能改价哦');
                 }
             } else {
                 if (in_array($shopId, [36545])) {
-                    util::fail('本店无法改价');
+                    util::fail('本店无法改价');
                 }
             }
         }