|
|
@ -918,6 +918,7 @@ |
|
|
<if test="natCount != null"> |
|
|
<if test="natCount != null"> |
|
|
AND natCount = #{natCount} |
|
|
AND natCount = #{natCount} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
order by t.vaccineCount desc, t.natCount desc |
|
|
|
|
|
|
|
|
</select> |
|
|
</select> |
|
|
<select id="natList" resultType="com.epmet.dto.result.EpidemicPreventionResultDTO"> |
|
|
<select id="natList" resultType="com.epmet.dto.result.EpidemicPreventionResultDTO"> |
|
|
|