ソースを参照

徐明浩
压力容器年检报告-导入模板,加批注
压力管道年检报告-导入模板,加批注

徐明浩 3 年 前
コミット
39b62ba3e0

+ 0 - 1
master/src/main/java/com/ruoyi/project/sems/controller/TReportMonthController.java

@@ -131,7 +131,6 @@ public class TReportMonthController extends BaseController
             map.put("checkDateMonth", buildDate[1]);
             List<TReportPatrol> reportPatrols = tReportPatrolService.selectTReportPatrolByMonthId(Long.parseLong(id));
             map.put("reportPatrols", reportPatrols);
-            //
             HistoricTaskInstanceQuery htiq = historyService.createHistoricTaskInstanceQuery();
             List<HistoricTaskInstance> htiLists = htiq.processInstanceId(approveId).finished().orderByHistoricTaskInstanceEndTime().asc().list();
             logger.info("历史任务:" + JSON.toJSONString(htiLists));

BIN
master/src/main/resources/static/template/sems/reportYlgd.xlsx


BIN
master/src/main/resources/static/template/sems/reportYlrq.xlsx