
<select id="alarmTypeNumber" parameterType="string" resultType="">
select
alarm_type,count(alarm_type)
from
alarm_infor
where
path like '${value}%'
group by
alarm_type
</select>
标签语句知道,但是不知道如何返回和后台如何接受