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