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