From e117fad8350939e70c8448ab069c92fa21145c24 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 24 十一月 2022 15:25:38 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/crm/manager/entity/Plan.java |   34 +++++-----------------------------
 1 files changed, 5 insertions(+), 29 deletions(-)

diff --git a/src/main/java/com/zy/crm/manager/entity/Plan.java b/src/main/java/com/zy/crm/manager/entity/Plan.java
index 409e3e9..0fb2365 100644
--- a/src/main/java/com/zy/crm/manager/entity/Plan.java
+++ b/src/main/java/com/zy/crm/manager/entity/Plan.java
@@ -174,9 +174,9 @@
     private String files;
 
     /**
-     * 杩涘害 1: 寮�濮�  2: 缁勯暱寰呭  3: 缁勯暱瀹℃牳  4: 瑙勫垝寰呭  5: 瑙勫垝瀹℃牳  6: 瀹℃壒涓�  7: 瀹℃壒閫氳繃
+     * 杩涘害 1: 寮�濮�  2: 缁勯暱瀹℃牳  3: 鍞墠缁勯暱瀹℃牳  4: 瑙勫垝鍛樺鏍�  5: 瀹℃壒閫氳繃
      */
-    @ApiModelProperty(value= "杩涘害 1: 寮�濮�  2: 缁勯暱寰呭  3: 缁勯暱瀹℃牳  4: 瑙勫垝寰呭  5: 瑙勫垝瀹℃牳  6: 瀹℃壒涓�  7: 瀹℃壒閫氳繃  ")
+    @ApiModelProperty(value= "杩涘害 1: 寮�濮�  2: 缁勯暱瀹℃牳  3: 鍞墠缁勯暱瀹℃牳  4: 瑙勫垝鍛樺鏍�  5: 瀹℃壒閫氳繃  ")
     private Integer settle;
 
     /**
@@ -401,42 +401,18 @@
         }
     }
 
-    public Integer getStepOfSettle(){
-        if (null == this.settle){ return null; }
-        switch (this.settle){
-            case 1:
-                return 1;
-            case 2:
-            case 3:
-                return 2;
-            case 4:
-            case 5:
-                return 3;
-            case 6:
-                return 4;
-            case 7:
-                return 4;
-            default:
-                return 0;
-        }
-    }
-
     public String getSettle$(){
         if (null == this.settle){ return null; }
         switch (this.settle){
             case 1:
                 return "寮�濮�";
             case 2:
-                return "缁勯暱寰呭";
-            case 3:
                 return "缁勯暱瀹℃牳";
+            case 3:
+                return "鍞墠缁勯暱瀹℃牳";
             case 4:
-                return "瑙勫垝寰呭";
+                return "瑙勫垝鍛樺鏍�";
             case 5:
-                return "瑙勫垝瀹℃牳";
-            case 6:
-                return "瀹℃壒涓�";
-            case 7:
                 return "瀹℃壒閫氳繃";
             default:
                 return String.valueOf(this.settle);

--
Gitblit v1.9.1