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
5b0e9061
Commit
5b0e9061
authored
Dec 26, 2025
by
DESKTOP-VKRD9QF\Administration
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改排产工单为移入排产人
parent
e99b013d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
LanuchServiceImpl.java
src/main/java/com/aps/service/impl/LanuchServiceImpl.java
+2
-0
PlanResultServiceTest.java
src/test/java/com/aps/demo/PlanResultServiceTest.java
+1
-1
No files found.
src/main/java/com/aps/service/impl/LanuchServiceImpl.java
View file @
5b0e9061
...
@@ -719,6 +719,8 @@ public class LanuchServiceImpl implements LanuchService {
...
@@ -719,6 +719,8 @@ public class LanuchServiceImpl implements LanuchService {
generateProcessRelations
(
prodOrderMains
,
sceneId
,
routingDetailIdToExecIdMap
);
generateProcessRelations
(
prodOrderMains
,
sceneId
,
routingDetailIdToExecIdMap
);
log
.
info
(
"完成{}个工单的工序关系生成"
,
prodOrderMains
.
size
());
log
.
info
(
"完成{}个工单的工序关系生成"
,
prodOrderMains
.
size
());
}
}
...
...
src/test/java/com/aps/demo/PlanResultServiceTest.java
View file @
5b0e9061
...
@@ -26,7 +26,7 @@ public class PlanResultServiceTest {
...
@@ -26,7 +26,7 @@ public class PlanResultServiceTest {
@Test
@Test
public
void
testExecute
()
{
public
void
testExecute
()
{
// planResultService.getMaterials();
// planResultService.getMaterials();
planResultService
.
execute2
(
"
6DB2311203C44FABBAE966A42D0A5C8E
"
);
planResultService
.
execute2
(
"
8835EF6E1C8A491D99B16DE59160ED64
"
);
// planResultService.execute2("BE037838EF074B07B87D7DE763107398");
// planResultService.execute2("BE037838EF074B07B87D7DE763107398");
// LocalDateTime t= LocalDateTime.of(2025, 11, 15, 6, 51, 11);
// LocalDateTime t= LocalDateTime.of(2025, 11, 15, 6, 51, 11);
// List<Integer> opids=new ArrayList<>();
// List<Integer> opids=new ArrayList<>();
...
...
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