|
@@ -927,7 +927,7 @@ public class OwnMessageController extends BaseController {
|
|
|
//核心审批通过
|
|
|
finance.setZfiCoreStatus("01");
|
|
|
remoteSystemService.sendNotice(zfiCoreId, zfiId,
|
|
|
- "确权审批融信编号为" + zfiNumber + "的资料待盖章,审批发起人为" + userName,
|
|
|
+ "【融信确权】融信编号【" + zfiNumber + "】的资料待盖章,审批发起人【" + userName+"】",
|
|
|
"00",null,"03","0", coreHandler,null, "01", "/credit/confirmationAudit/" + zfiId);
|
|
|
//TODO 经办人发送最终消息通知
|
|
|
remoteSystemService.sendNotice(zfiCoreId, zfiId,
|
|
@@ -942,6 +942,8 @@ public class OwnMessageController extends BaseController {
|
|
|
SysNotice notice = new SysNotice();
|
|
|
notice.setStatus("1");
|
|
|
sysNoticeService.update(notice,queryWrapper);
|
|
|
+ String title = "【融信待确权】由"+receiverName+"提交的融信【"+zfiNumber+"】,融信金额【"+AmtUtil.moneyFormat(zfiAmount)+"】,(大写:"+zfiAmountBig+"),融信待确权";
|
|
|
+ remoteSystemService.sendNotice(zfiCoreId,zfiId,title,"00","","02","0",coreHandler,"", "01", "/credit/confirmationAudit/"+zfiId);
|
|
|
}else{
|
|
|
//给核心企业经办人生成一条确权待办
|
|
|
String title = "【融信待确权】由"+receiverName+"提交的融信【"+zfiNumber+"】,融信金额【"+AmtUtil.moneyFormat(zfiAmount)+"】,(大写:"+zfiAmountBig+"),融信待确权";
|