【修复】审核代理商子账号不需要部门id
This commit is contained in:
parent
def836728d
commit
a97e80f857
|
|
@ -15,10 +15,4 @@ public class ApproveAppUserApplyforRequest {
|
||||||
|
|
||||||
@JsonIgnore
|
@JsonIgnore
|
||||||
private String password;
|
private String password;
|
||||||
|
|
||||||
/**
|
|
||||||
* 部门id
|
|
||||||
*/
|
|
||||||
@NotNull(message = "部门不能为空")
|
|
||||||
private Long departmentId;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -220,7 +220,6 @@ public class AppUserApplyforServiceImpl extends ServiceImpl<AppUserApplyforMappe
|
||||||
.setCompanyId(String.valueOf(applyfor.getCompanyId()))
|
.setCompanyId(String.valueOf(applyfor.getCompanyId()))
|
||||||
.setTitleId(applyfor.getTitleId())
|
.setTitleId(applyfor.getTitleId())
|
||||||
.setState(UserState.ToBeActivated.getState())
|
.setState(UserState.ToBeActivated.getState())
|
||||||
.setDepartmentId(request.getDepartmentId())
|
|
||||||
// .setRegionTypeId(appUser.getRegionTypeId())
|
// .setRegionTypeId(appUser.getRegionTypeId())
|
||||||
.setCreateBy(appUser.getName())
|
.setCreateBy(appUser.getName())
|
||||||
.setCreateTime(LocalDateTime.now())
|
.setCreateTime(LocalDateTime.now())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue