dev: 扫码入职修改
parent
075f809419
commit
0f6ecbd809
|
|
@ -179,7 +179,7 @@ public class UserE extends BaseE {
|
||||||
public void initFormOnboarding(Long corpinfoId, Long departmentId, String postName, String userId){
|
public void initFormOnboarding(Long corpinfoId, Long departmentId, String postName, String userId){
|
||||||
this.setCorpinfoId(corpinfoId);
|
this.setCorpinfoId(corpinfoId);
|
||||||
this.setDepartmentId(departmentId);
|
this.setDepartmentId(departmentId);
|
||||||
this.setName(postName);
|
this.setPostName(postName);
|
||||||
this.setEmploymentFlag(UserEmploymentFlagEnum.ENTRY_AUDIT.getCode());
|
this.setEmploymentFlag(UserEmploymentFlagEnum.ENTRY_AUDIT.getCode());
|
||||||
if(StringUtils.isNotEmpty(userId)){
|
if(StringUtils.isNotEmpty(userId)){
|
||||||
this.setUserId(userId);
|
this.setUserId(userId);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue