dev: 扫码入职修改

dev_xiangguanfang
SondonYong 2025-12-30 13:36:45 +08:00
parent 075f809419
commit 0f6ecbd809
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ public class UserE extends BaseE {
public void initFormOnboarding(Long corpinfoId, Long departmentId, String postName, String userId){
this.setCorpinfoId(corpinfoId);
this.setDepartmentId(departmentId);
this.setName(postName);
this.setPostName(postName);
this.setEmploymentFlag(UserEmploymentFlagEnum.ENTRY_AUDIT.getCode());
if(StringUtils.isNotEmpty(userId)){
this.setUserId(userId);