合并代码提交
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user