Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bill-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
bill-platform
Commits
3a56feef
Commit
3a56feef
authored
Jun 25, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加排号与评价统计报表
parent
0053ca51
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
+20
-4
bill-manager/src/main/resources/sqlmap/module/ph/PhQueueStatMapperExt.xml
.../main/resources/sqlmap/module/ph/PhQueueStatMapperExt.xml
+12
-4
bill-manager/src/main/resources/sqlmap/module/pj/PjEvaluateStatMapperExt.xml
...in/resources/sqlmap/module/pj/PjEvaluateStatMapperExt.xml
+8
-0
No files found.
bill-manager/src/main/resources/sqlmap/module/ph/PhQueueStatMapperExt.xml
View file @
3a56feef
...
...
@@ -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
...
...
bill-manager/src/main/resources/sqlmap/module/pj/PjEvaluateStatMapperExt.xml
View file @
3a56feef
...
...
@@ -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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment