ソースを参照

车销不能采购

shish 3 年 前
コミット
65f013aee9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app-ghs/controllers/PurchaseOrderController.php

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

@@ -133,7 +133,7 @@ class PurchaseOrderController extends BaseController
         $shop = $this->shop;
         $carSale = $shop->carSale ?? 0;
         if ($carSale == 1) {
-            util::fail('车销不允许采购');
+            util::fail('车销不采购');
         }
 
         $connection = Yii::$app->db;