|
|
@ -812,6 +812,7 @@ |
|
|
|
<if test="idCard != null and idCard != ''"> |
|
|
|
AND a.ID_CARD LIKE concat( '%', #{idCard}, '%' ) |
|
|
|
</if> |
|
|
|
ORDER BY GRID_ID,VILLAGE_ID,BUILD_ID,UNIT_ID,HOME_ID, convert(NAME using gbk) |
|
|
|
) t |
|
|
|
WHERE |
|
|
|
1=1 |
|
|
@ -821,7 +822,7 @@ |
|
|
|
<if test="natCount != null"> |
|
|
|
AND natCount = #{natCount} |
|
|
|
</if> |
|
|
|
ORDER BY `NAME` |
|
|
|
|
|
|
|
</select> |
|
|
|
<select id="natList" resultType="com.epmet.dto.result.EpidemicPreventionResultDTO"> |
|
|
|
SELECT * FROM |
|
|
|