cqpCow há 1 ano atrás
pai
commit
53c71a2ff5
1 ficheiros alterados com 1 adições e 1 exclusões
  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){