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
c060d6b3
Commit
c060d6b3
authored
Jul 17, 2023
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.5.6-EMPCONCTRACT-薪资配置项目编码模糊搜索
parent
3e4b44b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
TConfigSalaryMapper.xml
...ary-biz/src/main/resources/mapper/TConfigSalaryMapper.xml
+3
-3
No files found.
yifu-salary/yifu-salary-biz/src/main/resources/mapper/TConfigSalaryMapper.xml
View file @
c060d6b3
...
...
@@ -41,16 +41,16 @@
AND ID = #{tConfigSalary.id}
</if>
<if
test=
"tConfigSalary.name != null and tConfigSalary.name.trim() != ''"
>
AND NAME like
'%${tConfigSalary.name}%'
AND NAME like
concat('%', #{tConfigSalary.name},'%')
</if>
<if
test=
"tConfigSalary.departId != null and tConfigSalary.departId.trim() != ''"
>
AND DEPART_ID = #{tConfigSalary.departId}
</if>
<if
test=
"tConfigSalary.departNo != null and tConfigSalary.departNo.trim() != ''"
>
AND DEPART_NO
= #{tConfigSalary.departNo}
AND DEPART_NO
like concat('%', #{tConfigSalary.departNo},'%')
</if>
<if
test=
"tConfigSalary.departName != null and tConfigSalary.departName.trim() != ''"
>
AND DEPART_NAME
= #{tConfigSalary.departName}
AND DEPART_NAME
like concat('%', #{tConfigSalary.departName},'%')
</if>
<if
test=
"tConfigSalary.salaryMonth != null "
>
AND SALARY_MONTH = #{tConfigSalary.salaryMonth}
...
...
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