|
@ -82,6 +82,7 @@ public class IcEpidemicPreventionController{ |
|
|
* @Author zhaoqifeng |
|
|
* @Author zhaoqifeng |
|
|
* @Date 2022/3/29 16:13 |
|
|
* @Date 2022/3/29 16:13 |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
@MaskResponse(fieldNames = { "mobile", "idCard" }, fieldsMaskType = { MaskResponse.MASK_TYPE_MOBILE, MaskResponse.MASK_TYPE_ID_CARD }) |
|
|
@PostMapping("detail") |
|
|
@PostMapping("detail") |
|
|
public Result<EpidemicPreventionResultDTO> detail(@LoginUser TokenDto tokenDto, @RequestBody EpidemicPreventionFormDTO formDTO) { |
|
|
public Result<EpidemicPreventionResultDTO> detail(@LoginUser TokenDto tokenDto, @RequestBody EpidemicPreventionFormDTO formDTO) { |
|
|
formDTO.setCustomerId(tokenDto.getCustomerId()); |
|
|
formDTO.setCustomerId(tokenDto.getCustomerId()); |
|
|