|
|
@@ -1619,7 +1619,7 @@ ORDER;
|
|
|
$totalAmount = 0;
|
|
|
$paymentStatus = 'Paid'; // 支付状态
|
|
|
$invoiceRemark = $oderList[0]['INVOICE_REMARK'];
|
|
|
- $paymentMethod = $oderList[0]['METHOD']??''; // 支付方式
|
|
|
+ $paymentMethod = $oderList[0]['METHOD']??'Cash'; // 支付方式
|
|
|
$currency = Currency::findOne($oderList[0]['CURRENCY_ID'])['CODE'] ?? '';;
|
|
|
$invoiceNo = $oderList[0]['INVOICE_NO'];
|
|
|
|