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
7921f4f0
Commit
7921f4f0
authored
Jul 04, 2023
by
fangxinjiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/MVP1.5.5' into MVP1.5.5
parents
f0e65fe5
58ab5676
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
TWorkHandlerInfoMapper.xml
...-biz/src/main/resources/mapper/TWorkHandlerInfoMapper.xml
+1
-1
TPreDispatchInfoMapper.xml
...-biz/src/main/resources/mapper/TPreDispatchInfoMapper.xml
+3
-0
No files found.
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TWorkHandlerInfoMapper.xml
View file @
7921f4f0
...
...
@@ -73,7 +73,7 @@
AND a.DEPART_NAME = #{tWorkHandlerInfo.departName}
</if>
<if
test=
"tWorkHandlerInfo.empName != null and tWorkHandlerInfo.empName.trim() != ''"
>
AND a.EMP_NAME
=
like concat('%', #{tWorkHandlerInfo.empName} ,'%')
AND a.EMP_NAME like concat('%', #{tWorkHandlerInfo.empName} ,'%')
</if>
<if
test=
"tWorkHandlerInfo.empIdcard != null and tWorkHandlerInfo.empIdcard.trim() != ''"
>
AND a.EMP_IDCARD like concat('%', #{tWorkHandlerInfo.empIdcard} ,'%')
...
...
yifu-social/yifu-social-biz/src/main/resources/mapper/TPreDispatchInfoMapper.xml
View file @
7921f4f0
...
...
@@ -606,6 +606,9 @@
<if
test=
"changeContractAndEmployee != null"
>
CHANGE_CONTRACT_AND_EMPLOYEE = #{changeContractAndEmployee},
</if>
<if
test=
"contractStartAdd != null"
>
CONTRACT_START_ADD = #{contractStartAdd},
</if>
<if
test=
"contractEndAdd != null"
>
contract_end_add = #{contractEndAdd},
</if>
...
...
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