|
@@ -408,10 +408,10 @@ public class ZxtdReportServiceImpl implements ZxtdReportService {
|
|
|
dataLists.add((List)map6.get("dataList"));
|
|
|
dataLists.add((List)map7.get("dataList"));
|
|
|
|
|
|
- String filePath = reportPath + "相关账户明细表-" + year + ".xlsx";
|
|
|
- System.out.println("相关账户明细表路径:" + filePath);
|
|
|
+ String filePath = reportPath + "管理报表-" + year + ".xlsx";
|
|
|
+ System.out.println("管理报表路径:" + filePath);
|
|
|
|
|
|
- UtilExcel.exportAllSheetByTemplate(response,dataMainList,dataLists,"相关账户明细表",filePath,"Template_all.xlsx");
|
|
|
+ UtilExcel.exportAllSheetByTemplate(response,dataMainList,dataLists,"管理报表",filePath,"Template_all.xlsx");
|
|
|
}
|
|
|
|
|
|
@Override
|
|
@@ -451,7 +451,7 @@ public class ZxtdReportServiceImpl implements ZxtdReportService {
|
|
|
public void uploadToDingTalk(HttpServletResponse response,String userId) {
|
|
|
//获取当前时间戳
|
|
|
long beginTimestamp = System.currentTimeMillis();
|
|
|
- System.out.println("开始上传相关账户明细表:" + DateUtil.format(new Date(beginTimestamp), "yyyy-MM-dd HH:mm:ss"));
|
|
|
+ System.out.println("开始上传管理报表:" + DateUtil.format(new Date(beginTimestamp), "yyyy-MM-dd HH:mm:ss"));
|
|
|
|
|
|
//父节点dentryUuid
|
|
|
String parentDentryUuid = "ZX6GRezwJlRgBQmQCGE54DMQWdqbropQ";//知行同德
|
|
@@ -460,7 +460,7 @@ public class ZxtdReportServiceImpl implements ZxtdReportService {
|
|
|
exportAll(response, year);
|
|
|
|
|
|
//文件
|
|
|
- File file = new File(reportPath + "相关账户明细表-" + year + ".xlsx");
|
|
|
+ File file = new File(reportPath + "管理报表-" + year + ".xlsx");
|
|
|
|
|
|
//获取文件上传信息
|
|
|
Map param = new HashMap();
|