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

添加首页统计模块

parent a054825b
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
</foreach> </foreach>
</if> </if>
<!-- 平均等待时间--> <!-- 平均等待时间-->
avg(IFNULL(a.wait_time,0)) wait_time, avg(IFNULL(a.waitTime,0)) waitTime,
<!-- 评价数量--> <!-- 评价数量-->
sum(IFNULL(a.ph_count,0)) ph_count sum(IFNULL(a.phCount,0)) phCount
from mortals_xhx_ph_queue_stat as a from mortals_xhx_ph_queue_stat as a
<trim suffixOverrides="where" suffix=""> <trim suffixOverrides="where" suffix="">
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</foreach> </foreach>
</if> </if>
<!-- 评价数量--> <!-- 评价数量-->
sum(IFNULL(a.pj_count,0)) pj_count sum(IFNULL(a.pjCount,0)) pjCount
from mortals_xhx_pj_evaluate_stat as a from mortals_xhx_pj_evaluate_stat as a
<trim suffixOverrides="where" suffix=""> <trim suffixOverrides="where" suffix="">
......
...@@ -21,7 +21,7 @@ Content-Type: application/json ...@@ -21,7 +21,7 @@ Content-Type: application/json
"timeStart": "2023-04-01", "timeStart": "2023-04-01",
"timeEnd": "2023-05-03", "timeEnd": "2023-05-03",
"groupList": ["year","month","day","section_name"], "groupList": ["year","month","day","sectionName"],
"page": 1, "page": 1,
"size": 10 "size": 10
} }
......
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