|
@@ -955,16 +955,8 @@ public class FlowableController extends BaseController
|
|
|
notice.setStatus("1");
|
|
|
sysNoticeService.update(notice,noticeLambdaQueryWrapper);
|
|
|
//待办标题
|
|
|
- if("0".equals(zfiCreateType)) {
|
|
|
- String tittle = "融资企业签收由" + sysCompany.getScyName() + "发起的:融信编号为:" + zfiNumber + "的资料代签收";
|
|
|
- remoteSystemService.sendNotice(companyId, id, tittle, "00", null, "03", "0", userId, null, "01", "/credit/applyCreditEdit/"+id);
|
|
|
- }else if("1".equals(zfiCreateType)) {
|
|
|
- String tittle = "融资企业签收由" + sysCompany.getScyName() + "发起的:融信编号为:" + zfiNumber + "的资料代签收";
|
|
|
- remoteSystemService.sendNotice(companyId, id, tittle, "00", null, "03", "0", userId, null, "01", "/credit/creditUpdate/"+id);
|
|
|
- }else if("2".equals(zfiCreateType)){
|
|
|
- String tittle = "融资企业签收由" + sysCompany.getScyName() + "发起的:融信编号为:" + zfiNumber + "的资料代签收";
|
|
|
- remoteSystemService.sendNotice(companyId, id, tittle, "00", null, "03", "0", userId, null, "01", "/credit/financeOpenUpdate/"+id);
|
|
|
- }
|
|
|
+ String tittle = "融资企业签收由" + sysCompany.getScyName() + "发起的:融信编号为:" + zfiNumber + "的资料代签收";
|
|
|
+ remoteSystemService.sendNotice(companyId, id, tittle, "00", null, "03", "0", userId, null, "01", "/credit/signFor/"+id);
|
|
|
//TODO 给融资企业经办人签收待办
|
|
|
}//融资审批
|
|
|
else if("1000000006".equals(menuId)){
|