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
a8eb3917
Commit
a8eb3917
authored
Jun 25, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加排号与评价统计报表
parent
2618c5f1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
bill-manager/src/main/java/com/mortals/xhx/module/pj/web/PjEvaluateStatController.java
...m/mortals/xhx/module/pj/web/PjEvaluateStatController.java
+0
-3
bill-manager/src/test/java/com/mortals/httpclient/system.http
...-manager/src/test/java/com/mortals/httpclient/system.http
+17
-0
No files found.
bill-manager/src/main/java/com/mortals/xhx/module/pj/web/PjEvaluateStatController.java
View file @
a8eb3917
...
@@ -56,9 +56,6 @@ import com.mortals.xhx.common.code.*;
...
@@ -56,9 +56,6 @@ import com.mortals.xhx.common.code.*;
@Slf4j
@Slf4j
public
class
PjEvaluateStatController
extends
BaseCRUDJsonBodyMappingController
<
PjEvaluateStatService
,
PjEvaluateStatEntity
,
Long
>
{
public
class
PjEvaluateStatController
extends
BaseCRUDJsonBodyMappingController
<
PjEvaluateStatService
,
PjEvaluateStatEntity
,
Long
>
{
@Autowired
private
ParamService
paramService
;
@Autowired
@Autowired
private
ISiteFeign
siteFeign
;
private
ISiteFeign
siteFeign
;
...
...
bill-manager/src/test/java/com/mortals/httpclient/system.http
View file @
a8eb3917
...
@@ -42,6 +42,23 @@ Content-Type: application/json
...
@@ -42,6 +42,23 @@ Content-Type: application/json
{"affairCode":"abcd1234ddddd"}
{"affairCode":"abcd1234ddddd"}
###评价
POST {{baseUrl}}pj/evaluate/stat/stat
Content-Type: application/json
{
"pjTimeStart": "2024-04-01",
"pjTimeStart": "2024-06-28"
}
###排队
POST {{baseUrl}}pj/evaluate/stat/stat
Content-Type: application/json
{
"pjTimeStart": "2024-04-01",
"pjTimeStart": "2024-06-28"
}
...
...
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