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
5ec19a55
Commit
5ec19a55
authored
Jun 17, 2024
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
基础档案新增字段及必填调整
parent
7b97eab7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
TEmpContactInfoMapper.xml
...s-biz/src/main/resources/mapper/TEmpContactInfoMapper.xml
+4
-0
No files found.
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TEmpContactInfoMapper.xml
View file @
5ec19a55
...
...
@@ -27,6 +27,7 @@
<id
property=
"id"
column=
"ID"
/>
<result
property=
"empId"
column=
"EMP_ID"
/>
<result
property=
"empName"
column=
"EMP_NAME"
/>
<result
property=
"empIdcard"
column=
"EMP_IDCARD"
/>
<result
property=
"relationType"
column=
"RELATION_TYPE"
/>
<result
property=
"address"
column=
"ADDRESS"
/>
<result
property=
"tel"
column=
"TEL"
/>
...
...
@@ -60,6 +61,9 @@
<if
test=
"tEmpContactInfo.empName != null and tEmpContactInfo.empName.trim() != ''"
>
AND a.EMP_NAME = #{tEmpContactInfo.empName}
</if>
<if
test=
"tEmpContactInfo.empIdcard != null and tEmpContactInfo.empIdcard.trim() != ''"
>
AND a.EMP_IDCARD = #{tEmpContactInfo.empIdcard}
</if>
<if
test=
"tEmpContactInfo.relationType != null and tEmpContactInfo.relationType.trim() != ''"
>
AND a.RELATION_TYPE = #{tEmpContactInfo.relationType}
</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