shish 2 лет назад
Родитель
Сommit
0ecf7cbef6
1 измененных файлов с 1 добавлено и 1 удалено
  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 (getenv('YII_ENV') == 'production') {
-                //小蔡鲜花的几个分店的零售店不能修改体系
+                //小蔡鲜花的几个分店的零售店不能修改价格
                 if (in_array($shopId, [29153, 29155, 29157, 29162, 29164])) {
                     util::fail('本店不能改价哦');
                 }