合并代码提交

This commit is contained in:
2022-11-17 15:19:08 +08:00
parent 52645fa5b0
commit 49b0d64cf1
65 changed files with 626 additions and 356 deletions

View File

@@ -189,6 +189,8 @@ public class ReportServiceImpl implements ReportService {
excelRpt.setContent(afterContent);
excelRpt.setType(reportParam.getType());
excelRpt.setState(DataStateEnum.ENABLE.getCode());
excelRpt.setCreateBy("jobAdmin");
excelRpt.setUpdateBy("jobAdmin");
excelRptMapper.insert(excelRpt);
}