Commit 3a56feef authored by 赵啸非's avatar 赵啸非

添加排号与评价统计报表

parent 0053ca51
......@@ -11,10 +11,18 @@
${item},
</foreach>
</if>
id,
year,
month,
day,
a.site_id,
a.site_code,
a.site_name,
a.section_name,
a.hall_name,
a.business,
a.year,
a.month,
a.day,
<!-- 平均等待时间-->
avg(IFNULL(a.wait_time,0)) wait_time
<!-- 评价数量-->
sum(IFNULL(a.ph_count,0)) ph_count
......
......@@ -11,6 +11,14 @@
${item},
</foreach>
</if>
a.site_id,
a.site_code,
a.site_name,
a.section_name,
a.pj_option,
a.hall_name,
a.window_fromnum,
a.year,
a.month,
a.day,
......
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