Browse Source

修复POPULATION_TYPE

master
lichao 2 years ago
parent
commit
a028b6e33e
  1. 4
      epmet-user/epmet-user-server/src/main/resources/mapper/IcResiUserDao.xml

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

@ -1171,7 +1171,7 @@
<select id="userChart" resultType="com.epmet.dto.result.UserChartResultDTO"> <select id="userChart" resultType="com.epmet.dto.result.UserChartResultDTO">
SELECT SELECT
COUNT(id) num, COUNT(id) num,
populationType isFloating POPULATION_TYPE isFloating
FROM FROM
ic_resi_user ic_resi_user
WHERE WHERE
@ -1198,7 +1198,7 @@
AND village_id = #{orgId} AND village_id = #{orgId}
</otherwise> </otherwise>
</choose> </choose>
GROUP BY populationType GROUP BY POPULATION_TYPE
</select> </select>
<select id="getResiUserGroupHomeId" resultMap="homeMemberList"> <select id="getResiUserGroupHomeId" resultMap="homeMemberList">
SELECT SELECT

Loading…
Cancel
Save