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

修改bug

parent be574645
...@@ -174,7 +174,6 @@ ...@@ -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 id="getPageClickEventCensus" parameterType="com.mortals.xhx.module.page.model.pdu.PageCensusPdu" resultType="com.mortals.xhx.module.page.model.vo.PageEventCensusVo">
SELECT SELECT
t.productId,
t.eventCode, t.eventCode,
t.eventName, t.eventName,
count(id) AS total count(id) AS total
...@@ -189,7 +188,6 @@ ...@@ -189,7 +188,6 @@
</foreach> </foreach>
</if> </if>
GROUP BY GROUP BY
t.productId,
t.eventCode, t.eventCode,
t.eventName t.eventName
</select> </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