|
@ -345,6 +345,10 @@ public class TzcPolicyApplicationServiceImpl implements TzcPolicyApplicationServ |
|
|
Assert.throwEx(flowIdResult.getMsg()); |
|
|
Assert.throwEx(flowIdResult.getMsg()); |
|
|
} |
|
|
} |
|
|
String flowId = flowIdResult.getData(); |
|
|
String flowId = flowIdResult.getData(); |
|
|
|
|
|
//这里错误时会抛出json数据
|
|
|
|
|
|
if(flowId!=null&&flowId.length()>60){ |
|
|
|
|
|
Assert.throwEx("远程调用异常:"+flowId); |
|
|
|
|
|
} |
|
|
String formId = null; |
|
|
String formId = null; |
|
|
R<String> formIdResult = seeYonService.getFormId(TbsSeeYonConst.PolicyConf.Code(),policyId); |
|
|
R<String> formIdResult = seeYonService.getFormId(TbsSeeYonConst.PolicyConf.Code(),policyId); |
|
|
if(formIdResult.getStatus()==200){ |
|
|
if(formIdResult.getStatus()==200){ |
|
|