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
34921ee4
Commit
34921ee4
authored
Mar 16, 2026
by
鲁鸿波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
危险作业条件确认修改
parent
987da19b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
265 additions
and
4 deletions
+265
-4
THazardConditionConfirmationServiceImpl.java
...service/impl/THazardConditionConfirmationServiceImpl.java
+264
-4
TSafeHazardOrgController.java
...stor/module/safe/controller/TSafeHazardOrgController.java
+1
-0
No files found.
zlmy-modules/zlmy-boot/src/main/java/com/testor/module/hazard/service/impl/THazardConditionConfirmationServiceImpl.java
View file @
34921ee4
This diff is collapsed.
Click to expand it.
zlmy-modules/zlmy-boot/src/main/java/com/testor/module/safe/controller/TSafeHazardOrgController.java
View file @
34921ee4
...
@@ -329,6 +329,7 @@ public class TSafeHazardOrgController extends SuperController {
...
@@ -329,6 +329,7 @@ public class TSafeHazardOrgController extends SuperController {
}
else
if
(
2
==
treeLevel
||
3
==
treeLevel
)
{
}
else
if
(
2
==
treeLevel
||
3
==
treeLevel
)
{
// 区域公司
// 区域公司
List
<
String
>
orgListByParentId
=
newSysOrgService
.
getSubInstitutionIds
(
orgId
);
List
<
String
>
orgListByParentId
=
newSysOrgService
.
getSubInstitutionIds
(
orgId
);
orgListByParentId
.
add
(
orgId
);
queryWrapper
.
in
(
"org_id"
,
orgListByParentId
);
queryWrapper
.
in
(
"org_id"
,
orgListByParentId
);
}
else
if
(
4
==
treeLevel
)
{
}
else
if
(
4
==
treeLevel
)
{
// 粮库
// 粮库
...
...
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