shish hace 1 año
padre
commit
91589cf519
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-ghs/controllers/ProductController.php

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

@@ -602,7 +602,7 @@ class ProductController extends BaseController
         if ($join == 0 && $default == 0) {
         if ($join == 0 && $default == 0) {
             //除了小蔡鲜花的蔡总、郑总,其他人直营分店不能改价格
             //除了小蔡鲜花的蔡总、郑总,其他人直营分店不能改价格
             if(!in_array($this->adminId,[35725,23659])){
             if(!in_array($this->adminId,[35725,23659])){
-                util::fail('直营店不能改价');
+                util::fail('直营店不能改价');
             }
             }
         }
         }