Commit 5d4a0fdb authored by hongguangwu's avatar hongguangwu

MVP1.7.16-签署失败

parent 1fb2a422
......@@ -188,6 +188,9 @@ public class FascController {
if (Common.isEmpty(terminationNote)) {
terminationNote = jsonObject.getString("signRejectReason");
}
if (Common.isEmpty(terminationNote)) {
terminationNote = jsonObject.getString("fillRejectReason");
}
// 操作人
//String userName = jsonObject.getString("userName")
......
......@@ -637,6 +637,7 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra
audit.setRootName("撤销签署");
audit.setLinkId(pre.getContractId());
audit.setLinkType(CommonConstants.ONE_INT);
audit.setRemark(registRevokeVo.getReason());
tEmployeeContractAuditService.save(audit);
}
pre.setProcessStatus(CommonConstants.TEN_STRING);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment