diff --git a/mainData/src/main/resources/mainOrm/MedVaccinename.xml b/mainData/src/main/resources/mainOrm/MedVaccinename.xml index 2b41d79..04982a0 100644 --- a/mainData/src/main/resources/mainOrm/MedVaccinename.xml +++ b/mainData/src/main/resources/mainOrm/MedVaccinename.xml @@ -38,7 +38,7 @@ limit #{offset, jdbcType=INTEGER} , #{limit, jdbcType=INTEGER} - 1 = 1 + 1 = 1 and VN_ISINPLAN = 2 and vn_id = #{vnId,jdbcType=VARCHAR} @@ -101,6 +101,7 @@ select count(1) from med_vaccinename FROM med_VaccineName , table(splitstr(VN_MONTHAGE, ',')) b WHERE VN_MONTHAGE IS NOT NULL AND ISDELETE = 1 + AND VN_ISINPLAN = 2 ORDER BY MONTH_AGE,VN_VACCINETYPE diff --git a/webApi/src/main/resources/spring/applicationContext.xml b/webApi/src/main/resources/spring/applicationContext.xml index 62d7b43..9c23d08 100644 --- a/webApi/src/main/resources/spring/applicationContext.xml +++ b/webApi/src/main/resources/spring/applicationContext.xml @@ -69,6 +69,13 @@ + + + + + + +