Commit 1fb2a422 authored by hongguangwu's avatar hongguangwu

MVP1.7.16-签署失败

parent 3dff7a34
...@@ -615,12 +615,14 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra ...@@ -615,12 +615,14 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra
if (Common.isNotNull(pre.getSignType()) && CommonConstants.ZERO_STRING.equals(pre.getSignType()) if (Common.isNotNull(pre.getSignType()) && CommonConstants.ZERO_STRING.equals(pre.getSignType())
&& Common.isNotNull(pre.getRequestId())) { && Common.isNotNull(pre.getRequestId())) {
try { try {
result = fascService.cancelTask(pre.getRequestId()); result = fascService.cancelTask(pre.getId());
if (!R.isSuccess(result)) { if (!R.isSuccess(result)) {
// 产品暂未设计失败了怎么做 // 产品暂未设计失败了怎么做
return result;
} }
} catch (ApiException e) { } catch (ApiException e) {
// 产品暂未设计失败了怎么做 // 产品暂未设计失败了怎么做
return R.failed("推送法大大失败!" + e.getMessage());
} }
} }
//电子待归档、线下签待归档、已完结的不能撤销签署 //电子待归档、线下签待归档、已完结的不能撤销签署
......
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