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

添加排号与评价统计报表

parent 0053ca51
...@@ -11,10 +11,18 @@ ...@@ -11,10 +11,18 @@
${item}, ${item},
</foreach> </foreach>
</if> </if>
id, a.site_id,
year, a.site_code,
month, a.site_name,
day, 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 sum(IFNULL(a.ph_count,0)) ph_count
......
...@@ -11,6 +11,14 @@ ...@@ -11,6 +11,14 @@
${item}, ${item},
</foreach> </foreach>
</if> </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.year,
a.month, a.month,
a.day, 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