فهرست منبع

签收页面修改

sqg 3 سال پیش
والد
کامیت
21c26145f2
1فایلهای تغییر یافته به همراه2 افزوده شده و 10 حذف شده
  1. 2 10
      sc-service/src/main/java/com/huyi/service/common/flowable/controller/FlowableController.java

+ 2 - 10
sc-service/src/main/java/com/huyi/service/common/flowable/controller/FlowableController.java

@@ -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)){