|
|
@ -47,7 +47,7 @@ public class DataSyncRecordDeathController { |
|
|
|
*/ |
|
|
|
@MaskResponse(fieldNames = {"idCard" }, fieldsMaskType = {MaskResponse.MASK_TYPE_ID_CARD }) |
|
|
|
@RequestMapping("page") |
|
|
|
public Result<PageData<DataSyncRecordDeathDTO>> page(@LoginUser TokenDto tokenDto, @RequestParam DataSyncRecordDeathPageFormDTO formDTO){ |
|
|
|
public Result<PageData<DataSyncRecordDeathDTO>> page(@LoginUser TokenDto tokenDto, @RequestBody DataSyncRecordDeathPageFormDTO formDTO){ |
|
|
|
formDTO.setStaffId(tokenDto.getUserId()); |
|
|
|
formDTO.setCustomerId(tokenDto.getCustomerId()); |
|
|
|
PageData<DataSyncRecordDeathDTO> page = dataSyncRecordDeathService.page(formDTO); |
|
|
|