提交修改

This commit is contained in:
quyixiao 2020-11-13 10:00:03 +08:00
commit 4f83b38506

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