bug

上级 04a06631
......@@ -228,8 +228,6 @@ public class RequirementsInfoDO implements Serializable {
.serviceFlowId(this.serviceFlowId)
.teamStatus(this.teamStatus)
.tempId(this.tempId)
.pilotCertificationId(this.pilotCertificationId)
.pilotCertificationUserId(this.pilotCertificationUserId)
.build();
}
......
......@@ -232,7 +232,7 @@ public class RequirementsServiceImpl implements RequirementsService {
}else
{
Integer integer = requirementsDao.selectServiceIdByRequireId(id);
if(13 == integer){
if(13 == integer || 1 == integer){
requirementsInfoDO = requirementsDao.detailSendPublish(id);
}else{
requirementsInfoDO = requirementsDao.detailPublish(id);}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论