|
|
|
@ -37,7 +37,7 @@ public class ChangeRelocationController { |
|
|
|
private ChangeRelocationService changeRelocationService; |
|
|
|
|
|
|
|
@RequestMapping("page") |
|
|
|
@MaskResponse(fieldNames = {"MOBILE", "ID_CARD"}, fieldsMaskType = {MaskResponse.MASK_TYPE_MOBILE, MaskResponse.MASK_TYPE_ID_CARD}) |
|
|
|
@MaskResponse(fieldNames = {"mobile", "idCard"}, fieldsMaskType = {MaskResponse.MASK_TYPE_MOBILE, MaskResponse.MASK_TYPE_ID_CARD}) |
|
|
|
public Result<PageData<ChangeRelocationDTO>> page(@RequestParam Map<String, Object> params){ |
|
|
|
PageData<ChangeRelocationDTO> page = changeRelocationService.page(params); |
|
|
|
return new Result<PageData<ChangeRelocationDTO>>().ok(page); |
|
|
|
|