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){