提交修改
This commit is contained in:
commit
4f83b38506
@ -77,7 +77,7 @@ public class AssessServiceImpl implements AssessService {
|
||||
FlowStart start = flowStartService.selectFlowStartById(taskListDto.getStartId());
|
||||
//根据状态拼接文案
|
||||
String startName = start == null ? "" : start.getName();
|
||||
res.setTitle(name + "的" + startName + "需您" + taskListDto.getFlowName());
|
||||
res.setTitle(name + "的" + startName + "需您进行" + taskListDto.getFlowName());
|
||||
res.setTime(DateUtils.format(taskListDto.getGmtModified(),DateUtils.DATE_TIME_PATTERN));
|
||||
//跳转绩效详情页
|
||||
res.setRecordId(taskListDto.getRecordId());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user