From c28b2cac7b82d7d585e9a33901254b08105583ac Mon Sep 17 00:00:00 2001
From: xusd <330628789@qq.com>
Date: Sat, 05 Jul 2025 17:05:29 +0800
Subject: [PATCH] fix:ai调整

---
 dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/service/CaseTaskService.java |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/service/CaseTaskService.java b/dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/service/CaseTaskService.java
index 01a8830..c68faee 100644
--- a/dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/service/CaseTaskService.java
+++ b/dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/service/CaseTaskService.java
@@ -433,9 +433,9 @@
                                 buttonList.add(bysl);
                             }
                         }
-                        if(ctUnitDTO.getUnitType()!=null &ctUnitDTO.getUnitType()==101){
-                            buttonList.add(db);
-                        }
+//                        if(ctUnitDTO.getUnitType()!=null &ctUnitDTO.getUnitType()==101){
+//                            buttonList.add(db);
+//                        }
                     }
                     // 待受理节点
                     if (FlowNodeEnum.FLOW_NODE_ZJ_DSL.getIndex().equals(caseTask.getNodeId())
@@ -446,9 +446,9 @@
                         buttonList.add(sl);
                         buttonList.add(ht);
                         buttonList.add(xqcl);
-                        if(ctUnitDTO.getUnitType()!=null &ctUnitDTO.getUnitType()==101){
-                            buttonList.add(db);
-                        }
+//                        if(ctUnitDTO.getUnitType()!=null &ctUnitDTO.getUnitType()==101){
+//                            buttonList.add(db);
+//                        }
                     }
                     // 回退审核节点
                     if (FlowNodeEnum.FLOW_NODE_ZJ_HTSH.getIndex().equals(caseTask.getNodeId())
@@ -494,9 +494,9 @@
                             buttonList.add(tjbljl);
                             buttonList.add(tabcl);
                         }
-                        if(ctUnitDTO.getUnitType()!=null &ctUnitDTO.getUnitType()==101){
-                            buttonList.add(db);
-                        }
+//                        if(ctUnitDTO.getUnitType()!=null &ctUnitDTO.getUnitType()==101){
+//                            buttonList.add(db);
+//                        }
                     }
                     // 结案审核节点
                     if (FlowNodeEnum.FLOW_NODE_JASH.getIndex().equals(caseTask.getNodeId())
@@ -507,9 +507,9 @@
                         tabList.add(jash);
 
                         buttonList.add(tabcl);
-                        if(ctUnitDTO.getUnitType()!=null &ctUnitDTO.getUnitType()==101){
-                            buttonList.add(db);
-                        }
+//                        if(ctUnitDTO.getUnitType()!=null &ctUnitDTO.getUnitType()==101){
+//                            buttonList.add(db);
+//                        }
                     }
                     // 当事人评价节点
                     if (FlowNodeEnum.FLOW_NODE_DSRPJ.getIndex().equals(caseTask.getNodeId())) {
@@ -528,9 +528,9 @@
                         buttonList.add(sl);
                         buttonList.add(ht);
                         buttonList.add(tabcl);
-                        if(ctUnitDTO.getUnitType()!=null &ctUnitDTO.getUnitType()==101){
-                            buttonList.add(db);
-                        }
+//                        if(ctUnitDTO.getUnitType()!=null &ctUnitDTO.getUnitType()==101){
+//                            buttonList.add(db);
+//                        }
                     }
                 }
                 //司法确认
@@ -846,7 +846,7 @@
                                 || caseTask.getNodeId().equals(FlowNodeEnum.FLOW_NODE_ZJ_DFP.getIndex())
                                 || caseTask.getNodeId().equals(FlowNodeEnum.FLOW_NODE_QJ_DFP.getIndex())
                                 || caseTask.getNodeId().equals(FlowNodeEnum.FLOW_NODE_SJ_DFP.getIndex())) {
-                            webCaseFlowDTO.setStatusName("待受理");
+                            webCaseFlowDTO.setStatusName("待分派");
                         }
                         // 受理节点
                         if (caseTask.getNodeId().equals(FlowNodeEnum.FLOW_NODE_DSL.getIndex())

--
Gitblit v1.8.0