wugg 5 months ago
parent
commit
5f9d3a5256
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/cxinv/listener/ComonQrd.php

+ 3 - 0
app/cxinv/listener/ComonQrd.php

@@ -69,6 +69,7 @@ class ComonQrd
 		            $qrd=[
 		                'id'=>$item->id,
 			            'wpay_fee'=>$item->wpay_fee,
+			            'apay_fee'=>$item->apay_fee,
 			            'pay_status'=>$item->pay_status,
 			            'pay_tag_fee'=>$item->pay_tag_fee,
 			            'pay_tag' => 1
@@ -130,6 +131,7 @@ class ComonQrd
     	    }
     		$qrd=[
     			"id"=>$item->id,
+    			"apay_fee"=>$item->apay_fee,
 	            "wpay_fee"=>$item->wpay_fee,
 	            "pay_status"=>$item->pay_status,
 	            "pay_tag_fee"=>0,
@@ -175,6 +177,7 @@ class ComonQrd
             $tag_temp = $tagInfo[$item->sequenceNo];
              $qrd = [
                 'id'          => $item->id,
+                'apay_fee'=>$item->apay_fee,
                 'wpay_fee'    => $item->wpay_fee,
                 'pay_status'  => $item->pay_status,
                 'pay_tag_fee' => 0,