|
@@ -46,7 +46,7 @@ class OrderPay extends Base{
|
|
|
return error_show(1004,"销售单核销金额不能为空");
|
|
|
}
|
|
|
$qrd =Db::name("qrd_info")->where("sequenceNo","=",$value['sequenceNo'])
|
|
|
- ->field("id,customerNo,status,pay_fee,wpay_fee,pay_status,totalPrice,is_comon")
|
|
|
+ ->field("id,customerNo,status,pay_fee,wpay_fee,pay_status,totalPrice,is_comon,platform_type")
|
|
|
->findOrEmpty();
|
|
|
if(empty($qrd)){
|
|
|
Db::rollback();
|