Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
peizhen-java
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PeiZhen-Java
peizhen-java
Commits
68cc5918
Commit
68cc5918
authored
Sep 15, 2023
by
Wangmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
1a06bd22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pz-accompany/src/main/java/com/pz/accompany/AccompanyController.java
+1
-1
pz-system/src/main/java/com/pz/system/datastructure/OrderDelayQueue.java
+1
-1
No files found.
pz-accompany/src/main/java/com/pz/accompany/AccompanyController.java
View file @
68cc5918
...
...
@@ -65,7 +65,7 @@ public class AccompanyController extends BaseController {
* @param page 分页参数
* @return 未分配陪诊员的业务订单
*/
@GetMapping
(
"/
demands
"
)
@GetMapping
(
"/
orderComment
"
)
public
TableDataInfo
<
AccompanyDemandVo
>
orderCommentList
(
@NotNull
(
message
=
"陪诊员ID不能为空"
)
Integer
emId
,
PageQuery
page
)
{
return
totalOrderService
.
queryOrderComment
(
emId
,
page
);
}
...
...
pz-system/src/main/java/com/pz/system/datastructure/OrderDelayQueue.java
View file @
68cc5918
...
...
@@ -13,7 +13,7 @@ import java.util.concurrent.DelayQueue;
@Component
public
class
OrderDelayQueue
{
private
DelayQueue
<
TotalOrder
>
delayQueue
=
new
DelayQueue
<>();
private
final
DelayQueue
<
TotalOrder
>
delayQueue
=
new
DelayQueue
<>();
@Autowired
private
IZqghOrderService
iZqghOrderService
;
...
...
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