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
997f8bfe
Commit
997f8bfe
authored
Dec 31, 2025
by
Tong Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
遗传算法-生成半成品订单,不判断工艺状态
parent
45e29006
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
25504 deletions
+3
-25504
chromosome_result_09D1B21432744D84982DE2674ADC7442.json
...t/chromosome_result_09D1B21432744D84982DE2674ADC7442.json
+0
-6696
chromosome_result_7E99857F64A44780AF06C326CAEE9682.json
...t/chromosome_result_7E99857F64A44780AF06C326CAEE9682.json
+0
-5286
chromosome_result_B571EF6682DB463AB2977B1055A74112.json
...t/chromosome_result_B571EF6682DB463AB2977B1055A74112.json
+0
-7054
chromosome_result_D890A9B6AC0149EEA99F6B618D84218E.json
...t/chromosome_result_D890A9B6AC0149EEA99F6B618D84218E.json
+0
-6465
MaterialRequirementService.java
...com/aps/service/Algorithm/MaterialRequirementService.java
+2
-2
PlanResultServiceTest.java
src/test/java/com/aps/demo/PlanResultServiceTest.java
+1
-1
No files found.
result/chromosome_result_09D1B21432744D84982DE2674ADC7442.json
deleted
100644 → 0
View file @
45e29006
This diff is collapsed.
Click to expand it.
result/chromosome_result_7E99857F64A44780AF06C326CAEE9682.json
deleted
100644 → 0
View file @
45e29006
This diff is collapsed.
Click to expand it.
result/chromosome_result_B571EF6682DB463AB2977B1055A74112.json
deleted
100644 → 0
View file @
45e29006
This diff is collapsed.
Click to expand it.
result/chromosome_result_D890A9B6AC0149EEA99F6B618D84218E.json
deleted
100644 → 0
View file @
45e29006
This diff is collapsed.
Click to expand it.
src/main/java/com/aps/service/Algorithm/MaterialRequirementService.java
View file @
997f8bfe
...
...
@@ -240,8 +240,8 @@ if(routingIds.size()==0)
if
(
headers1
==
null
)
{
LambdaQueryWrapper
<
RoutingHeader
>
wrapper
=
new
LambdaQueryWrapper
<>();
wrapper
.
eq
(
RoutingHeader:
:
getMaterialId
,
materialID
)
.
eq
(
RoutingHeader:
:
getIsDeleted
,
0
)
.
eq
(
RoutingHeader:
:
getApprovalStatus
,
1
);
// 添加 is_deleted=0 过滤条件
.
eq
(
RoutingHeader:
:
getIsDeleted
,
0
)
;
//
.eq(RoutingHeader::getApprovalStatus, 1); // 添加 is_deleted=0 过滤条件
headers1
=
routingHeaderMapper
.
selectOne
(
wrapper
);
if
(
headers1
!=
null
)
{
headers
.
add
(
headers1
);
...
...
src/test/java/com/aps/demo/PlanResultServiceTest.java
View file @
997f8bfe
...
...
@@ -30,7 +30,7 @@ public class PlanResultServiceTest {
// RangeSubtractUtil.test();
// planResultService.testSceneChromsome("qwerty");
// Chromosome chromosome= planResultService.moveChromosome("qwerty",3);
planResultService
.
execute2
(
"
AA51A501E316468181296A664CF8B238
"
);
planResultService
.
execute2
(
"
5EBE463AD01A4A4FA2B2B3F777618453
"
);
// planResultService.execute2("BE037838EF074B07B87D7DE763107398");
// planResultService.execute2("31EC5BAF7F6B41DFB79AB031D81C53C0");
// LocalDateTime t= LocalDateTime.of(2025, 11, 15, 6, 51, 11);
...
...
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