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
39b425cb
Commit
39b425cb
authored
Apr 16, 2026
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
法大大电子签手机号码取值档案的手机号码-fxj
parent
0b70bd3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
FascServiceImpl.java
...d/plus/v1/yifu/archives/service/impl/FascServiceImpl.java
+3
-1
TEmpContactInfoMapper.xml
...s-biz/src/main/resources/mapper/TEmpContactInfoMapper.xml
+2
-1
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/FascServiceImpl.java
View file @
39b425cb
...
...
@@ -342,6 +342,7 @@ public class FascServiceImpl extends ServiceImpl<FddContractInfoMapper, FddContr
contract
.
setHuArea
(
empInfo
.
getHuArea
());
contract
.
setContactArea
(
empInfo
.
getContactArea
());
contract
.
setEmpEmail
(
empInfo
.
getEmpEmail
());
contract
.
setEmpPhone
(
empInfo
.
getEmpPhone
());
}
if
(
Common
.
isEmpty
(
contract
.
getFadadaTemplateId
()))
{
...
...
@@ -395,16 +396,17 @@ public class FascServiceImpl extends ServiceImpl<FddContractInfoMapper, FddContr
}
TEmployeeContractPrePushFascVo
empContactInfo
=
tEmpContactInfoMapper
.
getTEmpContactInfoOneByCard
(
empIdCard
);
TEmployeeContractPrePushFascVo
empInfo
=
tEmpContactInfoMapper
.
getTEmpInfoOneByCard
(
empIdCard
);
if
(
empContactInfo
!=
null
)
{
contract
.
setContactEmpName
(
empContactInfo
.
getContactEmpName
());
contract
.
setContactTel
(
empContactInfo
.
getContactTel
());
contract
.
setContactAddress
(
empContactInfo
.
getContactAddress
());
}
// 如果员工档案信息有,默认用档案的手机号
if
(
empInfo
!=
null
)
{
contract
.
setHuArea
(
empInfo
.
getHuArea
());
contract
.
setContactArea
(
empInfo
.
getContactArea
());
contract
.
setEmpEmail
(
empInfo
.
getEmpEmail
());
contract
.
setEmpPhone
(
empInfo
.
getEmpPhone
());
}
if
(
Common
.
isEmpty
(
contract
.
getFadadaTemplateId
()))
{
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TEmpContactInfoMapper.xml
View file @
39b425cb
...
...
@@ -136,7 +136,8 @@
,ifnull(sc2.AREA_NAME,'')
,ifnull(st2.AREA_NAME,'')
,ifnull(a.CONTACT_ADDRESS,'')
) contactArea,a.EMP_EMAIL empEmail
) contactArea,a.EMP_EMAIL empEmail,
a.EMP_PHONE empPhone
from t_employee_info a
left join sys_area sp on sp.id = a.ID_PROVINCE
left join sys_area sc on sc.id = a.ID_CITY
...
...
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