Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HYH.APSJ
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
佟礼
HYH.APSJ
Commits
6aaa43d8
Commit
6aaa43d8
authored
Dec 24, 2025
by
DESKTOP-VKRD9QF\Administration
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工序链接修改
parent
243d5000
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
+17
-15
LanuchServiceImpl.java
src/main/java/com/aps/service/impl/LanuchServiceImpl.java
+17
-15
No files found.
src/main/java/com/aps/service/impl/LanuchServiceImpl.java
View file @
6aaa43d8
...
...
@@ -790,31 +790,33 @@ public class LanuchServiceImpl implements LanuchService {
ProdOrderProcess
prodOrderProcess
=
new
ProdOrderProcess
();
String
execId
=
routingDetailIdToExecIdMap
.
get
(
connection
.
getSourceoperationid
());
String
targetExecId
=
routingDetailIdToExecIdMap
.
get
(
connection
.
getDestoperationid
());
if
(
connection
.
getDestoperationid
()
!=
null
&&
connection
.
getSourceoperationid
()
!=
null
&&
execId
!=
null
&&
targetExecId
!=
null
)
{
prodOrderProcess
.
setTaskSeq
(
getTaskSeqFromRoutingDetail
(
connection
.
getSourceoperationid
(),
connection
.
getSourceoperation
()));
prodOrderProcess
.
setTaskSeq
(
getTaskSeqFromRoutingDetail
(
connection
.
getSourceoperationid
(),
connection
.
getSourceoperation
()));
prodOrderProcess
.
setTargetTaskSeq
(
getTaskSeqFromRoutingDetail
(
connection
.
getDestoperationid
(),
connection
.
getDestoperation
()));
prodOrderProcess
.
setTargetTaskSeq
(
getTaskSeqFromRoutingDetail
(
connection
.
getDestoperationid
(),
connection
.
getDestoperation
()));
prodOrderProcess
.
setSceneId
(
sceneId
);
prodOrderProcess
.
setOrderId
(
prodOrderMain
.
getOrderId
());
prodOrderProcess
.
setSceneId
(
sceneId
);
prodOrderProcess
.
setOrderId
(
prodOrderMain
.
getOrderId
());
// prodOrderProcess.setTaskSeq(connection.getSourceoperation());
prodOrderProcess
.
setTargetOrderId
(
prodOrderMain
.
getOrderId
());
prodOrderProcess
.
setTargetOrderId
(
prodOrderMain
.
getOrderId
());
// prodOrderProcess.setTargetTaskSeq(connection.getDestoperation());
prodOrderProcess
.
setId
(
String
.
valueOf
(
SnowFlackIdWorker
.
getId
()));
prodOrderProcess
.
setId
(
String
.
valueOf
(
SnowFlackIdWorker
.
getId
()));
String
execId
=
routingDetailIdToExecIdMap
.
get
(
connection
.
getSourceoperationid
());
String
targetExecId
=
routingDetailIdToExecIdMap
.
get
(
connection
.
getDestoperationid
());
if
(
execId
!=
null
)
{
prodOrderProcess
.
setExecId
(
execId
);
}
if
(
targetE
xecId
!=
null
)
{
prodOrderProcess
.
setTargetExecId
(
targetE
xecId
);
}
if
(
e
xecId
!=
null
)
{
prodOrderProcess
.
setExecId
(
e
xecId
);
}
if
(
targetExecId
!=
null
)
{
prodOrderProcess
.
setTargetExecId
(
targetExecId
);
}
}
return
prodOrderProcess
;
}
...
...
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