优化
This commit is contained in:
@ -935,7 +935,10 @@ public class SubConstructionUserServiceImpl extends ServiceImpl<SubConstructionU
|
|||||||
constructionUserVo.setPostId(one.getPostId());
|
constructionUserVo.setPostId(one.getPostId());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}else {
|
||||||
|
constructionUserVo.setTeamName(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
return constructionUserVo;
|
return constructionUserVo;
|
||||||
}).toList();
|
}).toList();
|
||||||
constructionUserVoPage.setRecords(constructionUserVoList);
|
constructionUserVoPage.setRecords(constructionUserVoList);
|
||||||
|
|||||||
@ -35,6 +35,11 @@ public class BusProjectTeamMemberCreateReq implements Serializable {
|
|||||||
*/
|
*/
|
||||||
private String postId;
|
private String postId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 工种
|
||||||
|
*/
|
||||||
|
private String typeOfWork;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 备注
|
* 备注
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user