提交 79913cdb 作者: 张小凤

Requirements(update)

上级 75575fe8
...@@ -51,5 +51,8 @@ public class ForumCountDO implements Serializable { ...@@ -51,5 +51,8 @@ public class ForumCountDO implements Serializable {
@ApiModelProperty(value = "是否是飞手") @ApiModelProperty(value = "是否是飞手")
private Boolean pilotStatus; private Boolean pilotStatus;
@ApiModelProperty(value = "飞手id")
private Integer pilotId;
} }
...@@ -460,6 +460,7 @@ public class GambitServiceImpl implements GambitService { ...@@ -460,6 +460,7 @@ public class GambitServiceImpl implements GambitService {
PilotCertificationInteriorDTO pilotCertificationInteriorDTO = feignInteriorDetailPilot(userAccountId, request); PilotCertificationInteriorDTO pilotCertificationInteriorDTO = feignInteriorDetailPilot(userAccountId, request);
if (pilotCertificationInteriorDTO!=null){ if (pilotCertificationInteriorDTO!=null){
forumCountDO.setPilotStatus(true); forumCountDO.setPilotStatus(true);
forumCountDO.setPilotId(pilotCertificationInteriorDTO.getId());
} }
if (pilotCertificationInteriorDTO==null){ if (pilotCertificationInteriorDTO==null){
forumCountDO.setPilotStatus(false); forumCountDO.setPilotStatus(false);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论