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
97715782
Commit
97715782
authored
Jan 09, 2026
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-电子档案批量导入第五次提交
parent
5b22d562
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ElectronicArchiveImportServiceImpl.java
...atch/service/impl/ElectronicArchiveImportServiceImpl.java
+3
-3
No files found.
yifu-batch/yifu-batch-biz/src/main/java/com/yifu/cloud/plus/v1/batch/service/impl/ElectronicArchiveImportServiceImpl.java
View file @
97715782
...
...
@@ -262,7 +262,7 @@ public class ElectronicArchiveImportServiceImpl implements ElectronicArchiveImpo
detail
.
setEmpIdcard
(
data
.
getEmpIdcard
());
detail
.
setDeptNo
(
data
.
getDeptNo
());
detail
.
setDeptId
(
settleResult
.
getId
());
detail
.
setDeptName
(
data
.
getDep
tName
());
detail
.
setDeptName
(
settleResult
.
getDepar
tName
());
detail
.
setCustomerName
(
settleResult
.
getCustomerName
());
detail
.
setCustomerCode
(
settleResult
.
getCustomerCode
());
detail
.
setMaterialType
(
""
);
// 初始为空,第三步处理时填充
...
...
@@ -1356,7 +1356,7 @@ public class ElectronicArchiveImportServiceImpl implements ElectronicArchiveImpo
detail
.
setEmpName
(
empName
);
detail
.
setEmpIdcard
(
empIdcard
);
detail
.
setDeptNo
(
deptNo
);
detail
.
setDeptName
(
deptName
);
detail
.
setDeptName
(
settleResult
.
getDepartName
()
);
detail
.
setDeptId
(
settleResult
.
getId
());
detail
.
setCustomerName
(
settleResult
.
getCustomerName
());
detail
.
setCustomerCode
(
settleResult
.
getCustomerCode
());
...
...
@@ -1509,7 +1509,7 @@ public class ElectronicArchiveImportServiceImpl implements ElectronicArchiveImpo
detail
.
setEmpName
(
empName
);
detail
.
setEmpIdcard
(
empIdcard
);
detail
.
setDeptNo
(
deptNo
);
detail
.
setDeptName
(
deptName
);
detail
.
setDeptName
(
settleResult
.
getDepartName
()
);
detail
.
setDeptId
(
settleResult
.
getId
());
detail
.
setCustomerName
(
settleResult
.
getCustomerName
());
detail
.
setCustomerCode
(
settleResult
.
getCustomerCode
());
...
...
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