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
5756be0e
Commit
5756be0e
authored
Oct 12, 2024
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏检验检测、监管列表添加业务状态筛选
parent
046bf4c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
JyjcInspectionApplicationMapper.xml
...main/resources/mapper/JyjcInspectionApplicationMapper.xml
+6
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/resources/mapper/JyjcInspectionApplicationMapper.xml
View file @
5756be0e
...
@@ -460,6 +460,12 @@
...
@@ -460,6 +460,12 @@
<if
test=
"dto.equCategoryCode != null and dto.equCategoryCode != ''"
>
<if
test=
"dto.equCategoryCode != null and dto.equCategoryCode != ''"
>
and ri.EQU_CATEGORY = #{dto.equCategoryCode}
and ri.EQU_CATEGORY = #{dto.equCategoryCode}
</if>
</if>
<if
test=
"dto.status != null and dto.status != '' and dto.status != '6616'"
>
and tjia.status != '6616'
</if>
<if
test=
"dto.status != null and dto.status != '' and dto.status = '6616'"
>
and tjia.status = '6616'
</if>
group by tjia.sequence_nbr
group by tjia.sequence_nbr
order by tjia.application_date desc
order by tjia.application_date desc
</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