|
@@ -271,7 +271,7 @@ public class FlowableController extends BaseController
|
|
user = list.get(0).getSucrUserId();
|
|
user = list.get(0).getSucrUserId();
|
|
}
|
|
}
|
|
String title = "【合同签署】由【" + companyName +"】发起的融信【" + zfiNumber + "】资料待签署合同";
|
|
String title = "【合同签署】由【" + companyName +"】发起的融信【" + zfiNumber + "】资料待签署合同";
|
|
- remoteSystemService.sendNotice(company,zfiId,title,"00","","03","1",user.toString(),"", null, null);
|
|
|
|
|
|
+ remoteSystemService.sendNotice(company,zfiId,title,"00","","03","1",user.toString(),"", "01", "/credit/creditSeal/"+zfiId);
|
|
}
|
|
}
|
|
//TODO 发起人最终结果【通过】消息通知
|
|
//TODO 发起人最终结果【通过】消息通知
|
|
//查询发起人,融资企业Id
|
|
//查询发起人,融资企业Id
|
|
@@ -624,7 +624,7 @@ public class FlowableController extends BaseController
|
|
remoteSystemService.sendNotice(company,zfiId,title,"01","01","","0",user.toString(),"", null, null);
|
|
remoteSystemService.sendNotice(company,zfiId,title,"01","01","","0",user.toString(),"", null, null);
|
|
//TODO 发起人生成待办
|
|
//TODO 发起人生成待办
|
|
title = "【内部审批】融信【"+number+"】资料待审批,审批发起人【" + userName +"】";
|
|
title = "【内部审批】融信【"+number+"】资料待审批,审批发起人【" + userName +"】";
|
|
- remoteSystemService.sendNotice(company,zfiId,title,"00","","01","0",user.toString(),"", null, null);
|
|
|
|
|
|
+ remoteSystemService.sendNotice(company,zfiId,title,"00","","01","0",user.toString(),"", "01", "/credit/applyCreditEdit/"+zfiId);
|
|
}//融资企业融信开立拒绝
|
|
}//融资企业融信开立拒绝
|
|
else if("1000000001".equals(menuId)){
|
|
else if("1000000001".equals(menuId)){
|
|
LambdaQueryWrapper<ZcFinanceInf> lambdaQueryWrapper = new LambdaQueryWrapper<>();
|
|
LambdaQueryWrapper<ZcFinanceInf> lambdaQueryWrapper = new LambdaQueryWrapper<>();
|