修改收银台支付限制

This commit is contained in:
liu 2024-07-02 10:59:48 +08:00
parent e128394934
commit c331a2735c

View File

@ -142,7 +142,7 @@ class StoreOrderController extends BaseAdminController
$params = $this->request->post();
if (
$auth_code == '' && $pay_type != PayEnum::CASH_PAY && $pay_type != PayEnum::PURCHASE_FUNDS
&& $pay_type != PayEnum::GIFT_FUNDS
&& $pay_type != PayEnum::GIFT_FUNDS && $pay_type != PayEnum::BALANCE_PAY
) {
return $this->fail('支付条码不能为空');
}