fix
This commit is contained in:
parent
8d9468e261
commit
4e118ab79e
@ -77,7 +77,7 @@ public class AssessServiceImpl implements AssessService {
|
|||||||
FlowStart start = flowStartService.selectFlowStartById(taskListDto.getStartId());
|
FlowStart start = flowStartService.selectFlowStartById(taskListDto.getStartId());
|
||||||
//根据状态拼接文案
|
//根据状态拼接文案
|
||||||
String startName = start == null ? "" : start.getName();
|
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.setTime(DateUtils.format(taskListDto.getGmtModified(),DateUtils.DATE_TIME_PATTERN));
|
||||||
//跳转绩效详情页
|
//跳转绩效详情页
|
||||||
res.setRecordId(taskListDto.getRecordId());
|
res.setRecordId(taskListDto.getRecordId());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user