修改收银台支付限制
This commit is contained in:
parent
e128394934
commit
c331a2735c
@ -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('支付条码不能为空');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user