Commit 5d391af2 by “Kongxiangkun”

增加小程序首页打开埋点

parent 96cda525
......@@ -379,7 +379,7 @@
<select id="queryRankListByDept" resultType="com.yizhi.site.application.vo.site.EventTrackRankListVo">
select dept_name as name, count(*) as num from event_track e where
type in ('9', '13') and dept_name is not null
type in ('9', '13', '16') and dept_name is not null
<if test="date==3">
and DATE_FORMAT(e.create_time, '%Y-%m-%d') = #{dateString}
</if>
......@@ -395,7 +395,7 @@
<select id="queryRankListByUser" resultType="com.yizhi.site.application.vo.site.EventTrackRankListVo">
select a.full_name as name, num from (
select create_by_id as create_by_id, count(*) as num from event_track e where
type in ('9', '13')
type in ('9', '13', '16')
<if test="date==3">
and DATE_FORMAT(e.create_time, '%Y-%m-%d') = #{dateString}
</if>
......
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