Browse Source

家庭成员移除

feature/teamB_zz_wgh
zhaoqifeng 3 years ago
parent
commit
cdf2554d12
  1. 3
      epmet-user/epmet-user-server/src/main/java/com/epmet/controller/ChangeRelocationController.java

3
epmet-user/epmet-user-server/src/main/java/com/epmet/controller/ChangeRelocationController.java

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

Loading…
Cancel
Save