Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Z
zlmy-cloud
Project
Project
Details
Activity
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
zlmy
zlmy-cloud
Commits
a73e71ea
Commit
a73e71ea
authored
Apr 24, 2025
by
Rensq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加氨卸载作业流程判断逻辑
parent
9bf49ce5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
THazardWorkPlanServiceImpl.java
...odule/hazard/service/impl/THazardWorkPlanServiceImpl.java
+7
-1
No files found.
zlmy-modules/zlmy-boot/src/main/java/com/testor/module/hazard/service/impl/THazardWorkPlanServiceImpl.java
View file @
a73e71ea
...
@@ -370,11 +370,17 @@ public class THazardWorkPlanServiceImpl extends SuperServiceImpl<THazardWorkPlan
...
@@ -370,11 +370,17 @@ public class THazardWorkPlanServiceImpl extends SuperServiceImpl<THazardWorkPlan
}
else
if
(
orgTypeByOrgId
==
1
)
{
}
else
if
(
orgTypeByOrgId
==
1
)
{
if
(
WorkTypeEnum
.
CONFINED_SPACE_WORK
.
getValue
().
equals
(
workTypeValue
))
{
if
(
WorkTypeEnum
.
CONFINED_SPACE_WORK
.
getValue
().
equals
(
workTypeValue
))
{
processDefinitionKey
=
"hazardousTaskBLDeptConfinedSpace"
;
processDefinitionKey
=
"hazardousTaskBLDeptConfinedSpace"
;
}
else
if
(
WorkTypeEnum
.
AMMONIA_UNLOADING
.
getValue
().
equals
(
workTypeValue
)){
processDefinitionKey
=
"hazardousTaskBLLN2"
;
}
else
{
}
else
{
processDefinitionKey
=
"hazardousTaskBLDept"
;
processDefinitionKey
=
"hazardousTaskBLDept"
;
}
}
}
else
if
(
orgTypeByOrgId
==
2
)
{
}
else
if
(
orgTypeByOrgId
==
2
)
{
processDefinitionKey
=
"hazardousTaskBLOrg"
;
if
(
WorkTypeEnum
.
AMMONIA_UNLOADING
.
getValue
().
equals
(
workTypeValue
)){
processDefinitionKey
=
"hazardousTaskBLLN2"
;
}
else
{
processDefinitionKey
=
"hazardousTaskBLOrg"
;
}
}
}
processInsStartParams
.
setProcessDefinitionKey
(
processDefinitionKey
);
processInsStartParams
.
setProcessDefinitionKey
(
processDefinitionKey
);
processInsStartParams
.
setOrgId
(
tHazardWorkPlan
.
getOrgId
());
processInsStartParams
.
setOrgId
(
tHazardWorkPlan
.
getOrgId
());
...
...
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