This commit is contained in:
杜建超 2020-11-13 09:54:59 +08:00
parent 8d9468e261
commit 4e118ab79e

View File

@ -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());