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
eb700668
Commit
eb700668
authored
Aug 18, 2025
by
chenyuxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 瓜子生成人员档案附件调整
parent
88b02302
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
TGzEmpInfoServiceImpl.java
.../v1/yifu/archives/service/impl/TGzEmpInfoServiceImpl.java
+4
-4
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TGzEmpInfoServiceImpl.java
View file @
eb700668
...
...
@@ -861,16 +861,16 @@ public class TGzEmpInfoServiceImpl extends ServiceImpl<TGzEmpInfoMapper, TGzEmpI
// 41(瓜子申明签名)42(瓜子确认签名)NID_A(证件正面) NID_B(证件反面)
// 附件类型转化:声明签字:21;确认签字:22; 9身份证;24 身份证国徽
if
(
"41"
.
equals
(
atta
.
getRelationType
())){
atta
.
setRelationType
(
"21"
);
atta
Emp
.
setRelationType
(
"21"
);
}
if
(
"42"
.
equals
(
atta
.
getRelationType
())){
atta
.
setRelationType
(
"22"
);
atta
Emp
.
setRelationType
(
"22"
);
}
if
(
"NID_A"
.
equals
(
atta
.
getRelationType
())){
atta
.
setRelationType
(
"9"
);
atta
Emp
.
setRelationType
(
"9"
);
}
if
(
"NID_B"
.
equals
(
atta
.
getRelationType
())){
atta
.
setRelationType
(
"24"
);
atta
Emp
.
setRelationType
(
"24"
);
}
attaEmp
.
setDomainId
(
empId
);
...
...
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