[修改] 操作日志 “修改”改“编辑”

This commit is contained in:
bupengxiang
2023-05-23 11:35:52 +08:00
parent 3afbfe2375
commit 43d74aa02d
@@ -150,7 +150,7 @@ public class ITtReportManageActServiceImpl extends ServiceImpl<TtReportManageAct
reportEntity1.setCreateDate(sdf.format(ttReportManageAct.getCreateDate()));
reportEntity1.setUpdateDate(sdf.format(ttReportManageAct.getUpdateDate()));
reportDao.updateById(reportEntity1);
reportLog(reportEntity.getName(),"修改");
reportLog(reportEntity.getName(),"编辑");
}
try {
iReportContentService.insertReportContent(ttReportManageAct.getDataId(), ttReportManageAct.getFileId());