Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
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
fangxinjiang
yifu-mvp
Commits
f79e37a3
Commit
f79e37a3
authored
Jan 14, 2025
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预入职下载-fxj
parent
5b0899d4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
TSettleDomainMapper.xml
...ves-biz/src/main/resources/mapper/TSettleDomainMapper.xml
+7
-4
No files found.
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TSettleDomainMapper.xml
View file @
f79e37a3
...
...
@@ -231,17 +231,20 @@
FROM t_settle_domain a
WHERE 1=1
<if
test=
"tSettleDomain != null"
>
<if
test=
"tSettleDomain.serverItem != null and tSettleDomain.serverItem.trim() != ''"
>
and a.SERVER_ITEM like concat('%',#{tSettleDomain.serverItem},'%')
</if>
<if
test=
"tSettleDomain.hasContainRisks != null and tSettleDomain.hasContainRisks.trim() != ''"
>
and a.HAS_CONTAIN_RISKS = #{tSettleDomain.hasContainRisks}
</if>
<if
test=
"tSettleDomain.newLine != null and tSettleDomain.newLine.trim() != ''"
>
and a.NEW_LINE
= #{tSettleDomain.newLine}
and a.NEW_LINE
like concat('%',#{tSettleDomain.newLine},'%')
</if>
<if
test=
"tSettleDomain.division != null and tSettleDomain.division.trim() != ''"
>
and a.DIVISION
= #{tSettleDomain.division}
and a.DIVISION
like concat('%',#{tSettleDomain.division},'%')
</if>
<if
test=
"tSettleDomain.departName != null and tSettleDomain.departName.trim() != ''"
>
and a.DEPART_NAME like concat('%',
#{tSettleDomain.departName} ,'%')
and a.DEPART_NAME like concat('%',#{tSettleDomain.departName} ,'%')
</if>
<if
test=
"tSettleDomain.departNo != null and tSettleDomain.departNo.trim() != ''"
>
and a.DEPART_NO = #{tSettleDomain.departNo}
...
...
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