Browse Source

居民防疫信息排序

release
zhaoqifeng 4 years ago
parent
commit
ac71a67c31
  1. 3
      epmet-user/epmet-user-server/src/main/resources/mapper/IcResiUserDao.xml

3
epmet-user/epmet-user-server/src/main/resources/mapper/IcResiUserDao.xml

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

Loading…
Cancel
Save