企业逻辑调整

main
zhaokai 2025-11-10 17:11:13 +08:00
parent c0e02f7aa7
commit 53f5979cc0
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ public class UserE extends BaseE {
public void initCorpInfo(CorpInfoE examTypeE, Long departmentId, Long corpInfoId) {
this.setName(examTypeE.getCorpName());
this.setUsername(examTypeE.getCorpName());
this.setDepartmentId(departmentId);
this.setUserType(CorpTypeEnum.getUserTypeByCode(examTypeE.getType()));
this.setCorpinfoId(corpInfoId);