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
57d36fb5
Commit
57d36fb5
authored
Sep 30, 2024
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
监管列表查询bug修改
parent
db3c2085
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
JGStatisticsMapper.xml
...tics-api/src/main/resources/mapper/JGStatisticsMapper.xml
+6
-6
No files found.
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-api/src/main/resources/mapper/JGStatisticsMapper.xml
View file @
57d36fb5
...
...
@@ -1166,7 +1166,7 @@
and date_le(CAST(audit_pass_date as date),#{dto.endDate})
</if>
<if
test=
"dto.companyName != null and dto.companyName != ''"
>
and tj
ur
.use_unit_name like CONCAT('%', #{dto.companyName}, '%')
and tj
vi
.use_unit_name like CONCAT('%', #{dto.companyName}, '%')
</if>
<if
test=
"dto.superviseUnitName != null and dto.superviseUnitName != ''"
>
and tjvi.receive_org_name like CONCAT('%', #{dto.superviseUnitName}, '%')
...
...
@@ -1211,10 +1211,10 @@
and date_le(CAST(audit_pass_date as date),#{dto.endDate})
</if>
<if
test=
"dto.companyName != null and dto.companyName != ''"
>
and tj
u
r.use_unit_name like CONCAT('%', #{dto.companyName}, '%')
and tj
cr
r.use_unit_name like CONCAT('%', #{dto.companyName}, '%')
</if>
<if
test=
"dto.superviseUnitName != null and dto.superviseUnitName != ''"
>
and tj
vi
.receive_org_name like CONCAT('%', #{dto.superviseUnitName}, '%')
and tj
crr
.receive_org_name like CONCAT('%', #{dto.superviseUnitName}, '%')
</if>
<if
test=
"dto.equListCode != null and dto.equListCode != ''"
>
and ri.EQU_LIST = #{dto.equListCode}
...
...
@@ -1794,7 +1794,7 @@
and date_le(CAST(audit_pass_date as date),#{dto.endDate})
</if>
<if
test=
"dto.companyName != null and dto.companyName != ''"
>
and tj
ur
.use_unit_name like CONCAT('%', #{dto.companyName}, '%')
and tj
vi
.use_unit_name like CONCAT('%', #{dto.companyName}, '%')
</if>
<if
test=
"dto.superviseUnitName != null and dto.superviseUnitName != ''"
>
and tjvi.receive_org_name like CONCAT('%', #{dto.superviseUnitName}, '%')
...
...
@@ -1839,10 +1839,10 @@
and date_le(CAST(audit_pass_date as date),#{dto.endDate})
</if>
<if
test=
"dto.companyName != null and dto.companyName != ''"
>
and tj
u
r.use_unit_name like CONCAT('%', #{dto.companyName}, '%')
and tj
cr
r.use_unit_name like CONCAT('%', #{dto.companyName}, '%')
</if>
<if
test=
"dto.superviseUnitName != null and dto.superviseUnitName != ''"
>
and tj
vi
.receive_org_name like CONCAT('%', #{dto.superviseUnitName}, '%')
and tj
crr
.receive_org_name like CONCAT('%', #{dto.superviseUnitName}, '%')
</if>
<if
test=
"dto.equListCode != null and dto.equListCode != ''"
>
and ri.EQU_LIST = #{dto.equListCode}
...
...
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