|
@@ -700,6 +700,8 @@ public class FlowableController extends BaseController
|
|
|
String zfiCoreId = financeInf.getZfiCoreId();
|
|
|
//融信编号
|
|
|
String zfiNumber = financeInf.getZfiNumber();
|
|
|
+ //融信id
|
|
|
+ String zfiId = financeInf.getZfiId();
|
|
|
//发起人
|
|
|
Long userId = Long.valueOf(financeInf.getCreateBy());
|
|
|
SysUser sysUser = iSysUserService.getById(userId);
|
|
@@ -722,8 +724,9 @@ public class FlowableController extends BaseController
|
|
|
String title = "【审批拒绝】由"+ userName +"于"+ dateTime +"发起的:融信"+ zfiNumber +"审批"+ userNowName +"被拒绝,拒绝的理由为:"+reason;
|
|
|
remoteSystemService.sendNotice(zfiCoreId, id,title,"01","01","","0", user.toString(),"", null, null);
|
|
|
//确权待办
|
|
|
- remoteSystemService.sendNotice(zfiCoreId, id,"确权审批融信编号为" + zfiNumber + "的资料审批待确权",
|
|
|
- "00",null,"02","0", user.toString(), null, null, null);
|
|
|
+ String titles = "【内部审核退回】融信【"+ zfiNumber +"】内部审批退回,请维护资料后,再次提交内部审核。";
|
|
|
+ remoteSystemService.sendNotice(zfiCoreId, id,titles,
|
|
|
+ "00",null,"02","0", user.toString(), null, null, "/credit/confirmationAudit/"+zfiId);
|
|
|
}
|
|
|
//融资企业融信申请拒绝
|
|
|
else if("1000000002".equals(menuId)){
|