|
|
@ -928,8 +928,6 @@ public class IcResiUserController implements ResultDataResolver { |
|
|
|
* @date 2022/1/17 4:25 下午 |
|
|
|
*/ |
|
|
|
@PostMapping("personwarn/rightlist") |
|
|
|
@MaskResponse(fieldNames = "mobile", fieldsMaskType = {MaskResponse.MASK_TYPE_MOBILE}) |
|
|
|
public Result<PersonWarnRightListResultDTO> personWarnRightList(@RequestBody PersonWarnRightListFormDTO formDTO, @LoginUser TokenDto tokenDto) { |
|
|
|
@MaskResponse(fieldNames = "mobile", fieldsMaskType = { MaskResponse.MASK_TYPE_MOBILE }) |
|
|
|
public Result<PersonWarnRightListResultDTO> personWarnRightList(@RequestBody PersonWarnRightListFormDTO formDTO,@LoginUser TokenDto tokenDto){ |
|
|
|
ValidatorUtils.validateEntity(formDTO, PersonWarnRightListFormDTO.PersonWarnRightListForm.class); |
|
|
|