|
|
@ -773,12 +773,10 @@ public class UserServiceImpl implements UserService { |
|
|
|
userDTO = topicUserMap.get(project.getLinkName()); |
|
|
|
} |
|
|
|
if (userDTO != null) { |
|
|
|
logger.info("fillScreenProjectData every user data:{}", JSON.toJSONString(userDTO)); |
|
|
|
project.setLinkName(userDTO.getLinkName()); |
|
|
|
project.setLinkMobile(userDTO.getLinkMobile()); |
|
|
|
} |
|
|
|
} |
|
|
|
logger.info("fillScreenProjectData result list:{}", JSON.toJSONString(list)); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|