Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
2d04533d
Commit
2d04533d
authored
Sep 19, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jyjc): 报检规则4.0开发
1.暗改维报检筛选
parent
aa0d3a14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
JyjcInspectionApplicationMapper.xml
...main/resources/mapper/JyjcInspectionApplicationMapper.xml
+4
-2
No files found.
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/resources/mapper/JyjcInspectionApplicationMapper.xml
View file @
2d04533d
...
@@ -772,10 +772,12 @@
...
@@ -772,10 +772,12 @@
where
where
ibjri."EQU_LIST" = '3000'
ibjri."EQU_LIST" = '3000'
<if
test=
"records != null and records.size() > 0"
>
<if
test=
"records != null and records.size() > 0"
>
and ibjui.record not in
and ibjui.record != ALL(
<foreach
collection=
"records"
item=
"record"
open=
"("
close=
")"
>
ARRAY[
<foreach
collection=
"records"
item=
"record"
separator=
","
>
#{record}
#{record}
</foreach>
</foreach>
])
</if>
</if>
) a,
) a,
(SELECT
(SELECT
...
...
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