Browse Source

修改客户价格

shish 2 years ago
parent
commit
43ec13bd8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/CustomController.php

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

@@ -624,7 +624,7 @@ class CustomController extends BaseController
         if (getenv('YII_ENV') == 'production') {
             if ($this->mainId == 60) {
                 if (in_array($this->adminId, [2499]) == false) {
-                    util::fail('没有修改成功,请小娟修改');
+                    util::fail('请小娟修改');
                 }
             }
         }