| | |
| | | //如果已保全,可下载签约附件 |
| | | String path = systemDictDataBiz.queryByCode(Constants.OSS,Constants.RESOURCE_PATH).getCode()+ |
| | | systemDictDataBiz.queryByCode(Constants.OSS,Constants.APPLY_FILE).getCode(); |
| | | //直保 投保申请 |
| | | String r = dealXBTBBiz(path,data,"直保-投保申请签署"); |
| | | if(StringUtils.isNotBlank(r)){ |
| | | return r; |
| | |
| | | return null; |
| | | } |
| | | if( Constants.equalsInteger(unionApply.getStatus(),Constants.UnionApplyStatus.WAIT_SIGNATURE.getKey())){ |
| | | |
| | | if(Constants.equalsInteger(data.getSignStatus(), Constants.THREE )){ |
| | | //完成签署已完成操作 |
| | | String link = signService.linkFile(data.getApplyNo()); |