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
ec620ce6
Commit
ec620ce6
authored
Oct 24, 2025
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-社保自动化相关提交
parent
4ffc5926
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
FascController.java
...loud/plus/v1/yifu/archives/controller/FascController.java
+3
-2
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/controller/FascController.java
View file @
ec620ce6
...
@@ -287,8 +287,9 @@ public class FascController {
...
@@ -287,8 +287,9 @@ public class FascController {
contractAutoLog
.
setContractId
(
uuid
.
toString
());
contractAutoLog
.
setContractId
(
uuid
.
toString
());
contractAutoLog
.
setEmpName
(
pre
.
getEmployeeName
());
contractAutoLog
.
setEmpName
(
pre
.
getEmployeeName
());
contractAutoLog
.
setEmpIdcard
(
pre
.
getEmpIdcard
());
contractAutoLog
.
setEmpIdcard
(
pre
.
getEmpIdcard
());
contractAutoLog
.
setPhone
(
pre
.
getEmpPhone
());
contractAutoLog
.
setMainId
(
pre
.
getId
());
contractAutoLog
.
setMainId
(
pre
.
getId
());
contractAutoLog
.
setErrorInfo
(
terminationNote
);
contractAutoLog
.
setErrorInfo
(
null
==
terminationNote
?
"法大大签署失败"
:
terminationNote
);
contractAutoLogService
.
save
(
contractAutoLog
);
contractAutoLogService
.
save
(
contractAutoLog
);
//签署失败发送企微消息
//签署失败发送企微消息
sendFddFalureInfoToWx
(
pre
,
contractAutoLog
.
getId
());
sendFddFalureInfoToWx
(
pre
,
contractAutoLog
.
getId
());
...
@@ -392,7 +393,7 @@ public class FascController {
...
@@ -392,7 +393,7 @@ public class FascController {
String
authUrl
=
String
.
format
(
SecurityConstants
.
WX_GET_MESSAGE_AUTH_URL
,
wxConfig
.
getCorpid
()
String
authUrl
=
String
.
format
(
SecurityConstants
.
WX_GET_MESSAGE_AUTH_URL
,
wxConfig
.
getCorpid
()
,
wxConfig
.
getDomainName
()
+
"/auth/oauth/wxLogin"
,
"72"
+
id
);
,
wxConfig
.
getDomainName
()
+
"/auth/oauth/wxLogin"
,
"72"
+
id
);
StringBuilder
description
=
new
StringBuilder
();
StringBuilder
description
=
new
StringBuilder
();
String
title
=
"作业自动化——电子合同签署
超期自动撤回
提醒"
;
String
title
=
"作业自动化——电子合同签署
失败
提醒"
;
description
.
append
(
pre
.
getEmployeeName
()
+
"-"
+
pre
.
getEmpIdcard
()+
"-"
+
pre
.
getEmpPhone
()
+
description
.
append
(
pre
.
getEmployeeName
()
+
"-"
+
pre
.
getEmpIdcard
()+
"-"
+
pre
.
getEmpPhone
()
+
",电子合同签署失败"
).
append
(
"<br>"
);
",电子合同签署失败"
).
append
(
"<br>"
);
description
.
append
(
"请及时处理,以免产生用工风险!"
).
append
(
"<br>"
);
description
.
append
(
"请及时处理,以免产生用工风险!"
).
append
(
"<br>"
);
...
...
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