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
6478c5c3
Commit
6478c5c3
authored
Aug 16, 2024
by
麻笑宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下钻接口修改类型筛选
parent
e84fd2df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
JyjcInspectionApplicationMapper.xml
...main/resources/mapper/JyjcInspectionApplicationMapper.xml
+3
-3
No files found.
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/resources/mapper/JyjcInspectionApplicationMapper.xml
View file @
6478c5c3
...
@@ -351,7 +351,7 @@
...
@@ -351,7 +351,7 @@
<if
test=
"dto.endDate != null and dto.endDate != ''"
>
<if
test=
"dto.endDate != null and dto.endDate != ''"
>
and date_le(CAST(a.accept_date as date),#{dto.endDate})
and date_le(CAST(a.accept_date as date),#{dto.endDate})
</if>
</if>
<if
test=
"businessType !=null and businessType !='' and businessType !=0"
>
<if
test=
'businessType !=null and businessType !="" and businessType !="0"'
>
and a.inspection_type = #{businessType}
and a.inspection_type = #{businessType}
</if>
</if>
</select>
</select>
...
@@ -371,7 +371,7 @@
...
@@ -371,7 +371,7 @@
<if
test=
"dto.endDate != null and dto.endDate != ''"
>
<if
test=
"dto.endDate != null and dto.endDate != ''"
>
and date_le(CAST(a.application_date as date),#{dto.endDate})
and date_le(CAST(a.application_date as date),#{dto.endDate})
</if>
</if>
<if
test=
"businessType !=null and businessType !='' and businessType !=0"
>
<if
test=
'businessType !=null and businessType !="" and businessType !="0"'
>
and a.inspection_type = #{businessType}
and a.inspection_type = #{businessType}
</if>
</if>
</select>
</select>
...
@@ -397,7 +397,7 @@
...
@@ -397,7 +397,7 @@
<if
test=
"dto.superviseUnitName != null and dto.superviseUnitName != ''"
>
<if
test=
"dto.superviseUnitName != null and dto.superviseUnitName != ''"
>
and inspection_unit_name like CONCAT('%', #{dto.superviseUnitName}, '%')
and inspection_unit_name like CONCAT('%', #{dto.superviseUnitName}, '%')
</if>
</if>
<if
test=
"businessType !=null and businessType !='' and businessType != 0"
>
<if
test=
'businessType !=null and businessType !="" and businessType != "0"'
>
and a.inspection_type = #{businessType}
and a.inspection_type = #{businessType}
</if>
</if>
</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