|
@ -117,7 +117,7 @@ public class StrangerResiGuideController { |
|
|
**/ |
|
|
**/ |
|
|
@PostMapping("publiclocationgridlist") |
|
|
@PostMapping("publiclocationgridlist") |
|
|
Result<List<PublicCustomerGridForStrangerResultDTO>> publicLocationGridList(@RequestBody PublicCustomerGridListFormDTO formDTO){ |
|
|
Result<List<PublicCustomerGridForStrangerResultDTO>> publicLocationGridList(@RequestBody PublicCustomerGridListFormDTO formDTO){ |
|
|
ValidatorUtils.validateEntity(formDTO); |
|
|
ValidatorUtils.validateEntity(formDTO, PublicCustomerGridListFormDTO.AddUserShowGroup.class, PublicCustomerGridListFormDTO.AreaCode.class); |
|
|
return strangerAccessRecordService.thirdCustomerGridList(formDTO); |
|
|
return strangerAccessRecordService.thirdCustomerGridList(formDTO); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -128,7 +128,7 @@ public class StrangerResiGuideController { |
|
|
**/ |
|
|
**/ |
|
|
@PostMapping("publiclelectcdgridlist") |
|
|
@PostMapping("publiclelectcdgridlist") |
|
|
Result<List<PublicCustomerGridForStrangerResultDTO>> publicLelectcdGridList(@RequestBody PublicCustomerGridListFormDTO formDTO){ |
|
|
Result<List<PublicCustomerGridForStrangerResultDTO>> publicLelectcdGridList(@RequestBody PublicCustomerGridListFormDTO formDTO){ |
|
|
ValidatorUtils.validateEntity(formDTO); |
|
|
ValidatorUtils.validateEntity(formDTO, PublicCustomerGridListFormDTO.AddUserShowGroup.class, PublicCustomerGridListFormDTO.SelectedAreaCode.class); |
|
|
return strangerAccessRecordService.thirdCustomerGridList(formDTO); |
|
|
return strangerAccessRecordService.thirdCustomerGridList(formDTO); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|