Commit e8e684f8 authored by wangqiang's avatar wangqiang

记录行动项实际完成时间,任务启动时间、任务启动人

parent 50543339
......@@ -133,6 +133,7 @@ public class ExtQuarterlyReportServiceImpl<V extends ExtQuarterlyReportVO> imple
extActionItemVO.setTaskReleaseDate(LocalDateTime.now());
//任务发布人
extActionItemVO.setTaskReleasePersonId(userHelper.getCurrentUser().getUserId());
extActionItemVO.setTaskReleasePersonIdType("DxUserInfo");
//更新状态未:“进行中”
extActionItemVO.setState(Constants.INPROGRESS);
extActionItemService.update(extActionItemVO);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment