[修改] 操作日志 “修改”改“编辑”
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user