修改bug

上级 abede97e
...@@ -228,6 +228,7 @@ public class PilotCertificationServiceImpl implements PilotCertificationService ...@@ -228,6 +228,7 @@ public class PilotCertificationServiceImpl implements PilotCertificationService
if(flyingTeam != null){ if(flyingTeam != null){
pilotCertificationDTO.setFlyingTeam(flyingTeam.getCompanyName()); pilotCertificationDTO.setFlyingTeam(flyingTeam.getCompanyName());
pilotCertificationDTO.setBackUserId(flyingTeam.getBackUserId()); pilotCertificationDTO.setBackUserId(flyingTeam.getBackUserId());
pilotCertificationDTO.setMessageId(flyingTeam.getMessageId());
} }
return pilotCertificationDTO; return pilotCertificationDTO;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论