@@ -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;