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
5d4a0fdb
Commit
5d4a0fdb
authored
Oct 30, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.16-签署失败
parent
1fb2a422
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
FascController.java
...loud/plus/v1/yifu/archives/controller/FascController.java
+3
-0
TEmployeeContractPreServiceImpl.java
...rchives/service/impl/TEmployeeContractPreServiceImpl.java
+1
-0
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/controller/FascController.java
View file @
5d4a0fdb
...
@@ -188,6 +188,9 @@ public class FascController {
...
@@ -188,6 +188,9 @@ public class FascController {
if
(
Common
.
isEmpty
(
terminationNote
))
{
if
(
Common
.
isEmpty
(
terminationNote
))
{
terminationNote
=
jsonObject
.
getString
(
"signRejectReason"
);
terminationNote
=
jsonObject
.
getString
(
"signRejectReason"
);
}
}
if
(
Common
.
isEmpty
(
terminationNote
))
{
terminationNote
=
jsonObject
.
getString
(
"fillRejectReason"
);
}
// 操作人
// 操作人
//String userName = jsonObject.getString("userName")
//String userName = jsonObject.getString("userName")
...
...
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmployeeContractPreServiceImpl.java
View file @
5d4a0fdb
...
@@ -637,6 +637,7 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra
...
@@ -637,6 +637,7 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra
audit
.
setRootName
(
"撤销签署"
);
audit
.
setRootName
(
"撤销签署"
);
audit
.
setLinkId
(
pre
.
getContractId
());
audit
.
setLinkId
(
pre
.
getContractId
());
audit
.
setLinkType
(
CommonConstants
.
ONE_INT
);
audit
.
setLinkType
(
CommonConstants
.
ONE_INT
);
audit
.
setRemark
(
registRevokeVo
.
getReason
());
tEmployeeContractAuditService
.
save
(
audit
);
tEmployeeContractAuditService
.
save
(
audit
);
}
}
pre
.
setProcessStatus
(
CommonConstants
.
TEN_STRING
);
pre
.
setProcessStatus
(
CommonConstants
.
TEN_STRING
);
...
...
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