添加用户当前状态

上级 08ecde15
......@@ -177,6 +177,10 @@ public class PilotCertificationServiceImpl implements PilotCertificationService
pilotCertificationDTO.setBackUserId(flyingTeam.getBackUserId());
pilotCertificationDTO.setMessageId(flyingTeam.getMessageId());
}
Integer userStateId = userServiceDao.getUserStateId(pilotCertificationDTO.getUserAccountId());
if(userStateId != null) {
pilotCertificationDTO.setUserStateVO(userServiceDao.getUserState(userStateId));
}
return pilotCertificationDTO;
})
.collect(Collectors.toList());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论