Commit c6049323 authored by 廖旭伟's avatar 廖旭伟

修改bug

parent be574645
......@@ -174,7 +174,6 @@
<!-- 设备点击事件统计 -->
<select id="getPageClickEventCensus" parameterType="com.mortals.xhx.module.page.model.pdu.PageCensusPdu" resultType="com.mortals.xhx.module.page.model.vo.PageEventCensusVo">
SELECT
t.productId,
t.eventCode,
t.eventName,
count(id) AS total
......@@ -189,7 +188,6 @@
</foreach>
</if>
GROUP BY
t.productId,
t.eventCode,
t.eventName
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment