|
|
@ -120,7 +120,8 @@ public class ChangeRelocationController { |
|
|
|
dto.setStaffId(tokenDto.getUserId()); |
|
|
|
//效验数据
|
|
|
|
ValidatorUtils.validateEntity(dto, AddGroup.class, DefaultGroup.class); |
|
|
|
return changeRelocationService.saveOutOfInfo(dto); |
|
|
|
changeRelocationService.moveOutHome(dto); |
|
|
|
return new Result(); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|