Merge remote-tracking branch 'origin/master'
This commit is contained in:
+1
-1
@@ -92,6 +92,6 @@ public class ProcessHistoryEO implements Serializable {
|
||||
|
||||
/**用户账号,页面展示字段**/
|
||||
@TableField(exist = false)
|
||||
private String operatorPersonName;;
|
||||
private String assignee;;
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -146,7 +146,7 @@ public class ProcessHistoryEOServiceImpl extends ServiceImpl<ProcessHistoryEOMap
|
||||
}
|
||||
if(StringUtils.isNotEmpty(data.getOperatorPersonId()) && CollectionUtils.isNotEmpty(sysUserList)){
|
||||
SysUser userInfo = sysUserList.stream().filter(sysUser -> sysUser.getId().equals(data.getOperatorPersonId())).collect(Collectors.toList()).get(0);
|
||||
data.setOperatorPersonId(userInfo.getUsername());
|
||||
data.setAssignee(userInfo.getUsername());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user