wugg il y a 5 mois
Parent
commit
8b3b72feaf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/admin/controller/OrderPay.php

+ 1 - 1
app/admin/controller/OrderPay.php

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