Commit a00e6447 authored by 徐俊's avatar 徐俊

xujun

parent 5d045b33
......@@ -35,6 +35,7 @@ public class ComProjectGroupAssignServiceImpl extends BaseServiceImpl<ComProject
List<ComProjectGroupAssignDTO> groupAssignList = comProjectGroupAssignDAO.getAssignExpertList(groupId);
groupAssignList.forEach(e -> {
e.setExpertType(comExpertSpecService.getExpertTypeByExpertId(e.getExpertId()));
e.setSpecList(comExpertSpecService.getListByExpertId(e.getExpertId()));
});
return groupAssignList;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment