|
|
@ -241,8 +241,9 @@ public class ApiScreenController { |
|
|
|
* @since 2021/8/12 11:15 |
|
|
|
*/ |
|
|
|
@GetMapping("epidemic/companyVaccinationStatistics") |
|
|
|
public Result<List<EpdcScreenEpidemicCompanyVaccinationStatisticsResultDTO>> epidemicCompanyVaccinationStatisticsList(){ |
|
|
|
return epdcScreenService.epidemicCompanyVaccinationStatisticsList(); |
|
|
|
public Result<List<EpdcScreenEpidemicCompanyVaccinationStatisticsResultDTO>> epidemicCompanyVaccinationStatisticsList(EpdcScreenEpidemicCompanyVaccinationStatisticsFormDto formDto){ |
|
|
|
ValidatorUtils.validateEntity(formDto); |
|
|
|
return epdcScreenService.epidemicCompanyVaccinationStatisticsList(formDto); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|