|
|
|
@ -247,7 +247,7 @@ public class PoolAddTaxThread extends BaseThread { |
|
|
|
|
// 递归导出数据到excel 发票信息
|
|
|
|
|
this.cicleExport(pramsMap, default_curr, excelFile.toString(), out, writer); |
|
|
|
|
|
|
|
|
|
this.detailCicleExport(pramsMap, default_curr, excelFile.toString(), out, writer); |
|
|
|
|
// this.detailCicleExport(pramsMap, default_curr, excelFile.toString(), out, writer);
|
|
|
|
|
// writer.finish();
|
|
|
|
|
// FTP文件存储路径
|
|
|
|
|
String[] toDay = DateUtil.today().split("-"); |
|
|
|
|