|
|
@ -133,8 +133,8 @@ public class PowerAxisDataVisualController { |
|
|
|
*/ |
|
|
|
@PostMapping("kernelHousehold/listPosition") |
|
|
|
public Result<List<PowerKernelListPostitionResultDTO>> getListPosition(@RequestBody PowerKernelListPostitionFormDTO form, @LoginUser TokenDto tokenDto) { |
|
|
|
ValidatorUtils.validateEntity(form); |
|
|
|
form.setCustomerId(tokenDto.getCustomerId()); |
|
|
|
ValidatorUtils.validateEntity(form); |
|
|
|
return new Result().ok(powerKernelHouseholdService.getListPosition(form)); |
|
|
|
} |
|
|
|
|
|
|
|