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
3fff9cc6
Commit
3fff9cc6
authored
Jul 03, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加首页统计模块
parent
a054825b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
bill-manager/src/main/resources/sqlmap/module/ph/PhQueueStatMapperExt.xml
.../main/resources/sqlmap/module/ph/PhQueueStatMapperExt.xml
+2
-2
bill-manager/src/main/resources/sqlmap/module/pj/PjEvaluateStatMapperExt.xml
...in/resources/sqlmap/module/pj/PjEvaluateStatMapperExt.xml
+1
-1
bill-manager/src/test/java/com/mortals/httpclient/ph/PhQueueStatController.http
...java/com/mortals/httpclient/ph/PhQueueStatController.http
+1
-1
No files found.
bill-manager/src/main/resources/sqlmap/module/ph/PhQueueStatMapperExt.xml
View file @
3fff9cc6
...
@@ -12,9 +12,9 @@
...
@@ -12,9 +12,9 @@
</foreach>
</foreach>
</if>
</if>
<!-- 平均等待时间-->
<!-- 平均等待时间-->
avg(IFNULL(a.wait
_time,0)) wait_t
ime,
avg(IFNULL(a.wait
Time,0)) waitT
ime,
<!-- 评价数量-->
<!-- 评价数量-->
sum(IFNULL(a.ph
_count,0)) ph_c
ount
sum(IFNULL(a.ph
Count,0)) phC
ount
from mortals_xhx_ph_queue_stat as a
from mortals_xhx_ph_queue_stat as a
<trim
suffixOverrides=
"where"
suffix=
""
>
<trim
suffixOverrides=
"where"
suffix=
""
>
...
...
bill-manager/src/main/resources/sqlmap/module/pj/PjEvaluateStatMapperExt.xml
View file @
3fff9cc6
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
</foreach>
</foreach>
</if>
</if>
<!-- 评价数量-->
<!-- 评价数量-->
sum(IFNULL(a.pj
_count,0)) pj_c
ount
sum(IFNULL(a.pj
Count,0)) pjC
ount
from mortals_xhx_pj_evaluate_stat as a
from mortals_xhx_pj_evaluate_stat as a
<trim
suffixOverrides=
"where"
suffix=
""
>
<trim
suffixOverrides=
"where"
suffix=
""
>
...
...
bill-manager/src/test/java/com/mortals/httpclient/ph/PhQueueStatController.http
View file @
3fff9cc6
...
@@ -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
_n
ame"],
"groupList": ["year","month","day","section
N
ame"],
"page": 1,
"page": 1,
"size": 10
"size": 10
}
}
...
...
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