Browse Source

收付款

cqpCow 11 months ago
parent
commit
4322904e04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Service/ExportFileService.php

+ 1 - 1
app/Service/ExportFileService.php

@@ -452,7 +452,7 @@ class ExportFileService extends Service
                 }
             });
 
-        $header = ['收付款单号','收付款账户','支付方式','收付款类型','关联单号类型','回款日期','备注','创建时间','创建人','订单状态','关联单号','金额'];
+        $header = ['收付款单号','收付款账户','支付方式','收付款类型','关联单号类型','日期','备注','创建时间','创建人','订单状态','关联单号','金额'];
 
         return $this->saveExportData($return,$header);
     }