|
|
@ -62,10 +62,10 @@ public class IcVaccineController implements ResultDataResolver { |
|
|
|
|
|
|
|
/** |
|
|
|
* @Author sun |
|
|
|
* @Description 【核酸】核酸检测信息列表 |
|
|
|
* @Description 【疫苗】疫苗接种信息列表 |
|
|
|
**/ |
|
|
|
@NoRepeatSubmit |
|
|
|
@PostMapping("natlist") |
|
|
|
@PostMapping("vaccine-list") |
|
|
|
public Result<PageData<IcVaccineListResultDTO>> natList(@LoginUser TokenDto tokenDto, @RequestBody VaccineListFormDTO formDTO) { |
|
|
|
formDTO.setCustomerId(tokenDto.getCustomerId()); |
|
|
|
formDTO.setUserId(tokenDto.getUserId()); |
|
|
@ -74,7 +74,7 @@ public class IcVaccineController implements ResultDataResolver { |
|
|
|
|
|
|
|
/** |
|
|
|
* @Author zxc |
|
|
|
* @Description 【核酸】核酸检测信息同步 |
|
|
|
* @Description 【疫苗】疫苗接种信息同步 |
|
|
|
**/ |
|
|
|
@NoRepeatSubmit |
|
|
|
@PostMapping("synchro") |
|
|
@ -88,7 +88,7 @@ public class IcVaccineController implements ResultDataResolver { |
|
|
|
|
|
|
|
/** |
|
|
|
* @Author zxc |
|
|
|
* @Description 【核酸】核酸检测信息取消同步 |
|
|
|
* @Description 【疫苗】疫苗接种信息取消同步 |
|
|
|
**/ |
|
|
|
@NoRepeatSubmit |
|
|
|
@PostMapping("cancelsynchro") |
|
|
@ -179,7 +179,7 @@ public class IcVaccineController implements ResultDataResolver { |
|
|
|
|
|
|
|
/** |
|
|
|
* @Author sun |
|
|
|
* @Description 【核酸】核酸检测信息列表 |
|
|
|
* @Description 【疫苗】疫苗接种信息列表 |
|
|
|
**/ |
|
|
|
@NoRepeatSubmit |
|
|
|
@PostMapping("export") |
|
|
|