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 2490d3c2
authored
Aug 10, 2023
by
王力
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_mp2jpa0810' into 'develop'
修改 See merge request !335
2 parents
c5994a56
c6ce0cd8
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/DispatchServiceImpl.java
project-order/src/main/java/com/dituhui/pea/order/service/impl/DispatchServiceImpl.java
View file @
2490d3c
...
@@ -251,7 +251,7 @@ public class DispatchServiceImpl implements DispatchService {
...
@@ -251,7 +251,7 @@ public class DispatchServiceImpl implements DispatchService {
if
(
engineer
==
null
)
{
if
(
engineer
==
null
)
{
throw
new
BusinessException
(
"技术员不存在"
);
throw
new
BusinessException
(
"技术员不存在"
);
}
}
List
<
OrderInfoEntity
>
orders
=
orderInfoDao
.
find
ByDtAndEngineerCode
In
(
localDate
,
orderIds
);
List
<
OrderInfoEntity
>
orders
=
orderInfoDao
.
find
AllByDtAndOrderId
In
(
localDate
,
orderIds
);
if
(
ListUtils
.
isEmpty
(
orders
))
{
if
(
ListUtils
.
isEmpty
(
orders
))
{
throw
new
BusinessException
(
"订单不存在"
);
throw
new
BusinessException
(
"订单不存在"
);
}
}
...
...
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