|
@ -49,7 +49,7 @@ |
|
|
and l.LOGIN_TIME <= #{endDate} |
|
|
and l.LOGIN_TIME <= #{endDate} |
|
|
</if> |
|
|
</if> |
|
|
GROUP BY ca.id |
|
|
GROUP BY ca.id |
|
|
order by count(l.id) desc |
|
|
order by count(l.id) desc,ca.CREATED_TIME desc |
|
|
</select> |
|
|
</select> |
|
|
<!--社区活跃列表--> |
|
|
<!--社区活跃列表--> |
|
|
<select id="selectListActivityInfo" resultType="com.epmet.dto.result.yt.AccountActivityInfo"> |
|
|
<select id="selectListActivityInfo" resultType="com.epmet.dto.result.yt.AccountActivityInfo"> |
|
@ -111,7 +111,7 @@ |
|
|
and l.LOGIN_TIME <= #{endDate} |
|
|
and l.LOGIN_TIME <= #{endDate} |
|
|
</if> |
|
|
</if> |
|
|
group by ca.id |
|
|
group by ca.id |
|
|
order by count(l.ID) desc |
|
|
order by count(l.ID) desc,ca.CREATED_TIME desc |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<!-- 账号登录情况:查看区县--> |
|
|
<!-- 账号登录情况:查看区县--> |
|
|