|
@@ -76,7 +76,7 @@ public class JyProjectExecutionListener implements ExecutionListener {
|
|
|
|
|
|
UserDTO userDTO = SpringUtil.getBean(IUserApi.class).getById(flow.getAssigneeId());
|
|
|
//获取到岗位为办公室下的人员信息
|
|
|
- PostDTO postDTOByName = SpringUtil.getBean(IPostApi.class).getPostDTOByName("办公室(嘉溢)");
|
|
|
+ PostDTO postDTOByName = SpringUtil.getBean(IPostApi.class).getPostDTOByName("办公室");
|
|
|
List<UserDTO> listByPostId = SpringUtil.getBean(IUserApi.class).findListByPostId(postDTOByName.getId());
|
|
|
String finalTitleName = titleName;
|
|
|
listByPostId.stream().forEach(item->{
|