|
|
@ -275,6 +275,7 @@ public class IcEventController { |
|
|
|
* @Author sun |
|
|
|
* @Description 事件管理-详情 |
|
|
|
**/ |
|
|
|
@MaskResponse(fieldNames = { "idCard"}, fieldsMaskType = {MaskResponse.MASK_TYPE_ID_CARD }) |
|
|
|
@PostMapping("detail") |
|
|
|
public Result<IcEventListResultDTO> detail(@LoginUser TokenDto tokenDto, @RequestBody IcEventListFormDTO formDTO) { |
|
|
|
formDTO.setCustomerId(tokenDto.getCustomerId()); |
|
|
|