This commit is contained in:
zt
2025-09-23 14:11:58 +08:00
parent 70553dff79
commit d0c1a1337e
2 changed files with 8 additions and 0 deletions

View File

@ -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);

View File

@ -35,6 +35,11 @@ public class BusProjectTeamMemberCreateReq implements Serializable {
*/ */
private String postId; private String postId;
/**
* 工种
*/
private String typeOfWork;
/** /**
* 备注 * 备注
*/ */