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
d7e22b13
Commit
d7e22b13
authored
Jul 18, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加首页统计模块 统计近一周
parent
84b7b22b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
15 deletions
+16
-15
bill-manager/src/main/java/com/mortals/xhx/common/code/PjSourceEnum.java
...c/main/java/com/mortals/xhx/common/code/PjSourceEnum.java
+4
-3
bill-manager/src/test/java/com/mortals/httpclient/ph/PhQueueStatController.http
...java/com/mortals/httpclient/ph/PhQueueStatController.http
+4
-4
bill-manager/src/test/java/com/mortals/httpclient/pj/PjEvaluateStatController.http
...a/com/mortals/httpclient/pj/PjEvaluateStatController.http
+4
-4
bill-manager/src/test/java/com/mortals/httpclient/system.http
...-manager/src/test/java/com/mortals/httpclient/system.http
+4
-4
No files found.
bill-manager/src/main/java/com/mortals/xhx/common/code/PjSourceEnum.java
View file @
d7e22b13
...
@@ -9,9 +9,10 @@ import java.util.Map;
...
@@ -9,9 +9,10 @@ import java.util.Map;
* @author zxfei
* @author zxfei
*/
*/
public
enum
PjSourceEnum
{
public
enum
PjSourceEnum
{
安卓
(
"安卓"
,
"安卓"
),
安卓评价
(
"安卓评价"
,
"安卓评价"
),
导视机
(
"导视机"
,
"导视机"
),
导视机评价
(
"导视机评价"
,
"导视机评价"
),
微信
(
"微信"
,
"微信"
);
自助终端
(
"自助终端"
,
"自助终端"
),
微信评价
(
"微信评价"
,
"微信评价"
);
private
String
value
;
private
String
value
;
private
String
desc
;
private
String
desc
;
...
...
bill-manager/src/test/java/com/mortals/httpclient/ph/PhQueueStatController.http
View file @
d7e22b13
...
@@ -18,12 +18,12 @@ POST {{baseUrl}}/ph/queue/stat/interlist
...
@@ -18,12 +18,12 @@ POST {{baseUrl}}/ph/queue/stat/interlist
Content-Type: application/json
Content-Type: application/json
{
{
"timeStart": "202
3-04
-01",
"timeStart": "202
4-07
-01",
"timeEnd": "2024-07-
04
",
"timeEnd": "2024-07-
15
",
"siteId": 1,
"siteId": 1,
"
hallName
NotList": [""],
"
business
NotList": [""],
"groupList": ["year","month","day"],
"groupList": ["year","month","day"
,"business"
],
"page": 1,
"page": 1,
"size": 10
"size": 10
}
}
...
...
bill-manager/src/test/java/com/mortals/httpclient/pj/PjEvaluateStatController.http
View file @
d7e22b13
...
@@ -18,10 +18,10 @@ POST {{baseUrl}}/pj/evaluate/stat/interlist
...
@@ -18,10 +18,10 @@ POST {{baseUrl}}/pj/evaluate/stat/interlist
Content-Type: application/json
Content-Type: application/json
{
{
"timeStart": "202
3-04
-01",
"timeStart": "202
4-07
-01",
"timeEnd": "202
3-05-03
",
"timeEnd": "202
4-07-15
",
"pjOptionNotList": [""],
"groupList": ["year","month","day"],
"groupList": ["year","month","day"
,"pjOption"
],
"page": 1,
"page": 1,
"size": 10
"size": 10
}
}
...
...
bill-manager/src/test/java/com/mortals/httpclient/system.http
View file @
d7e22b13
...
@@ -47,8 +47,8 @@ POST {{baseUrl}}/pj/evaluate/stat/stat
...
@@ -47,8 +47,8 @@ POST {{baseUrl}}/pj/evaluate/stat/stat
Content-Type: application/json
Content-Type: application/json
{
{
"pjTimeStart": "202
3
-01-01",
"pjTimeStart": "202
4
-01-01",
"pjTimeEnd": "2024-07-1
4
"
"pjTimeEnd": "2024-07-1
5
"
}
}
###排队
###排队
...
@@ -56,7 +56,7 @@ POST {{baseUrl}}/ph/queue/stat/stat
...
@@ -56,7 +56,7 @@ POST {{baseUrl}}/ph/queue/stat/stat
Content-Type: application/json
Content-Type: application/json
{
{
"taketimeStart": "2024-0
7
-01",
"taketimeStart": "2024-0
1
-01",
"taketimeEnd": "2024-07-15"
"taketimeEnd": "2024-07-15"
}
}
...
@@ -66,7 +66,7 @@ POST {{baseUrl}}/stat/stat
...
@@ -66,7 +66,7 @@ POST {{baseUrl}}/stat/stat
Content-Type: application/json
Content-Type: application/json
{
{
"createTimeStart": "202
3
-01-01",
"createTimeStart": "202
4
-01-01",
"createTimeEnd": "2024-07-15"
"createTimeEnd": "2024-07-15"
}
}
...
...
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