|
@ -72,7 +72,7 @@ |
|
|
and c.CATEGORY_CODE like CONCAT(#{categoryCode},'%') |
|
|
and c.CATEGORY_CODE like CONCAT(#{categoryCode},'%') |
|
|
</if> |
|
|
</if> |
|
|
</where> |
|
|
</where> |
|
|
order by e.CREATED_TIME desc |
|
|
order by e.happen_time desc |
|
|
</select> |
|
|
</select> |
|
|
<select id="listMonthlyEventCount" resultType="com.epmet.dto.result.IcEventMonthlyCountResultDTO"> |
|
|
<select id="listMonthlyEventCount" resultType="com.epmet.dto.result.IcEventMonthlyCountResultDTO"> |
|
|
select t.monthName, count(1) eventCount |
|
|
select t.monthName, count(1) eventCount |
|
|