Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
long-tern-care-service
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
hubin
long-tern-care-service
Commits
5c8ea8aa
Commit
5c8ea8aa
authored
Sep 03, 2024
by
18310373984@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传附件
parent
d88bfd4c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
SrvOrganEmpServiceImpl.java
...com/hungraim/ltc/service/impl/SrvOrganEmpServiceImpl.java
+4
-2
No files found.
apply/apply-service/src/main/java/com/hungraim/ltc/service/impl/SrvOrganEmpServiceImpl.java
View file @
5c8ea8aa
...
...
@@ -115,12 +115,12 @@ public class SrvOrganEmpServiceImpl implements SrvOrganEmpService {
BeanUtils
.
copyProperties
(
chSrvOrganEmp
,
srvOrganEmpVo
);
srvOrganEmpVo
.
setUnifiedSocialCreditCode
(
chSrvOrgan
.
getUnifiedSocialCreditCode
());
try
{
/*
Result<List<ChFndAttach>> listResult = attachFeignService.selectAttachs(empId, AttachType.SRV_ORGAN_EMP.getUploadType());
Result
<
List
<
ChFndAttach
>>
listResult
=
attachFeignService
.
selectAttachs
(
empId
,
AttachType
.
SRV_ORGAN_EMP
.
getUploadType
());
if
(
ResultCode
.
SUCCESS
.
getCode
().
equals
(
listResult
.
getCode
()))
{
srvOrganEmpVo
.
setFileDataList
(
listResult
.
getData
());
}
else
{
log
.
error
(
"请求获取护理人员上传文件出错,出错信息:{}"
,
listResult
.
getMsg
());
}
*/
}
//获取护理人员上传的标准照片
Result
<
List
<
ChFndAttach
>>
photoList
=
attachFeignService
.
selectAttachs
(
empId
,
AttachType
.
SRV_EMP_Photo
.
getUploadType
());
if
(
ResultCode
.
SUCCESS
.
getCode
().
equals
(
photoList
.
getCode
()))
{
...
...
@@ -210,9 +210,11 @@ public class SrvOrganEmpServiceImpl implements SrvOrganEmpService {
for
(
int
i
=
0
;
i
<
srvOrganEmpVo
.
getPhotoList
().
size
();
i
++)
{
ChFndAttach
chFndAttach
=
srvOrganEmpVo
.
getPhotoList
().
get
(
i
);
log
.
info
(
"filePath1:"
+
chFndAttach
.
getFilePath
());
if
(
StringUtils
.
isEmpty
(
chFndAttach
.
getFilePath
())){
chFndAttach
=
attachFeignService
.
selectAttachById
(
chFndAttach
.
getAttachId
()).
getData
();
}
log
.
info
(
"filePath2:"
+
chFndAttach
.
getFilePath
());
if
(
StringUtils
.
isNotEmpty
(
chSrvOrganEmp
.
getFaceId
()))
{
//先删除人员信息
Result
<
String
>
delresult
=
faceAuthUtil
.
deleteFace
(
chSrvOrganEmp
);
...
...
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