cqpCow hace 1 año
padre
commit
53c71a2ff5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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){