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 2a925bc5
authored
Jun 15, 2023
by
王力
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature_mvp616_wangl' into 'develop'
膝盖 See merge request !94
2 parents
bf4c418f
33e5859f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
project-order/src/main/java/com/alibaba/cloud/integration/order/service/impl/DispatchServiceImpl.java
project-order/src/main/java/com/alibaba/cloud/integration/order/service/impl/DispatchServiceImpl.java
View file @
2a925bc
...
...
@@ -236,9 +236,9 @@ public class DispatchServiceImpl implements DispatchService {
op
.
setEngineerPhone
(
engineer
.
getPhone
());
op
.
setIsWorkshop
(
0
);
op
.
setExpectStartTime
(
expectStartTime
);
op
.
setExpect
Start
Time
(
expectEndTime
);
op
.
setExpect
End
Time
(
expectEndTime
);
op
.
setPreStatus
(
"PRE"
);
op
.
setStatus
(
"
PRE
"
);
op
.
setStatus
(
"
ASSIGNED
"
);
orderAppointmentMPDao
.
insert
(
op
);
...
...
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