Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 4036c8fa
authored
Nov 17, 2023
by
刘鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ID1004119): 工程师存在容量,改约查询容量时全部显示置灰---更改查询逻辑为返回分站下的容量
1 parent
a5280d59
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
project-order/src/main/java/com/dituhui/pea/order/service/impl/CapacityQueryServiceImpl.java
project-order/src/main/java/com/dituhui/pea/order/service/impl/CapacityQueryServiceImpl.java
View file @
4036c8f
...
...
@@ -236,7 +236,7 @@ public class CapacityQueryServiceImpl implements CapacityQueryService {
allEndTime
.
add
(
teamWorkEndTime
);
}
LocalTime
minTeamWorkStartTime
=
allStartTime
.
stream
().
min
(
LocalTime:
:
compareTo
).
get
();
LocalTime
maxTeamWorkEndTime
=
all
Start
Time
.
stream
().
max
(
LocalTime:
:
compareTo
).
get
();
LocalTime
maxTeamWorkEndTime
=
all
End
Time
.
stream
().
max
(
LocalTime:
:
compareTo
).
get
();
return
getTimeSliceEntities
(
minTeamWorkStartTime
,
maxTeamWorkEndTime
);
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment