|
|
@ -1420,6 +1420,7 @@ public class IcResiUserController implements ResultDataResolver { |
|
|
|
* @Author sun |
|
|
|
* @Description 【人房概览】居民统计数点击查询列表 |
|
|
|
**/ |
|
|
|
@MaskResponse(fieldNames = {"mobile", "idCard"},fieldsMaskType = {MaskResponse.MASK_TYPE_MOBILE, MaskResponse.MASK_TYPE_ID_CARD}) |
|
|
|
@PostMapping("icuserstatislist") |
|
|
|
public Result<PageData<SearchByNameResultDTO>> icUserStatisList(@LoginUser TokenDto tokenDto, @RequestBody UserChartFormDTO formDTO) { |
|
|
|
formDTO.setCustomerId(tokenDto.getCustomerId()); |
|
|
|