|
@@ -255,6 +255,10 @@ public class ApprovalServiceImpl implements ApprovalService {
|
|
|
financeLog.addFinanceLog(CommonUtil.objToString(map.get("zfiId")), "平台资料审核【通过】,融信资料提交《"+coreName+"》确权", null, FinanceLog.STATUS_ONE);
|
|
|
financeLog.addFinanceLog(CommonUtil.objToString(map.get("zfiId")), "融信确权生效【审批中】融信资料提交于《"+coreName+"》确权", null, FinanceLog.STATUS_ONE);
|
|
|
}
|
|
|
+ // TODO 不管什么类型都给 核心企业经办人 确权待办
|
|
|
+ //标题
|
|
|
+ String titles = "【融信确权】由【"+coreName+"】发起的融信【"+zfiNumber+"】资料待确权";
|
|
|
+ remoteSystemService.sendNotice(zfiCoreId, zfiId,titles,"00","","02","0",coreUserId.toString(),"", "01", "/credit/confirmationAudit/"+zfiId);
|
|
|
zcFinanceInfService.updateById(zcFinanceInf);
|
|
|
}else if (!"200".equals(resMap.get("code"))) {
|
|
|
throw new Exception(resMap.get("message").toString());
|