|
@ -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 |
|
|