|
@@ -394,7 +394,7 @@ public class ApprovalServiceImpl implements ApprovalService {
|
|
|
zcFinanceInfService.updateById(zcFinanceInf);
|
|
|
//待办标题
|
|
|
String tittle = "【融资企业签收】由【"+sysCompany.getScyName() +"】发起的:融信编号为【"+ CommonUtil.objToString(map.get("zfiNumber"))+"】的资料待签署";
|
|
|
- remoteSystemService.sendNotice(companyId,CommonUtil.objToString(map.get("zfiId")),tittle,"00",null,"03","0",userId,null, null, null);
|
|
|
+ remoteSystemService.sendNotice(companyId,CommonUtil.objToString(map.get("zfiId")),tittle,"00",null,"03","0",userId,null, "01", "/credit/confirmationAudit/"+CommonUtil.objToString(map.get("zfiId")));
|
|
|
//TODO 给融资企业经办人盖章待办
|
|
|
}else if ("450".equals(resMap.get("code"))) {
|
|
|
throw new Exception("未配置审批流程");
|