cqpCow 1 年間 前
コミット
53c71a2ff5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Service/ExportFileService.php

+ 1 - 1
app/Service/ExportFileService.php

@@ -292,7 +292,7 @@ class ExportFileService extends Service
 
                 //金额
                 list($for_amount_list, $for_amount_list1) = (new PaymentReceiptService())->getPaymentReceiptDataCountList(array_column($data,'order_number'));
-                list($getDifferentAmountALL,$getDifferentAmountALL1) = (new ReturnExchangeOrderService())->getDifferentAmountALLNew(array_column($data['data'],'id'));
+                list($getDifferentAmountALL,$getDifferentAmountALL1) = (new ReturnExchangeOrderService())->getDifferentAmountALLNew(array_column($data,'id'));
 
                 $flag = [];
                 foreach ($data as $value){