From 1dcf237ac9fca4a6132b0175c188c44308e7a4f7 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期五, 06 十月 2023 08:32:05 +0800 Subject: [PATCH] # --- src/main/java/com/zy/crm/manager/entity/Plan.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 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 7a4ff33..30d3faf 100644 --- a/src/main/java/com/zy/crm/manager/entity/Plan.java +++ b/src/main/java/com/zy/crm/manager/entity/Plan.java @@ -360,15 +360,15 @@ public String getSettle$(){ if (null == this.settle){ return null; } switch (this.settle){ +// case 1: +// return "绛夊緟缁勯暱瀹℃牳"; case 1: - return "绛夊緟缁勯暱瀹℃牳"; - case 2: return "绛夊緟鍞墠鍒嗛厤瑙勫垝鍛�"; - case 3: + case 2: return "绛夊緟瑙勫垝鍛樻彁浜�"; - case 4: + case 3: return "瑙勫垝鍛樺凡鎻愪氦"; - case 5: + case 4: return "瀹℃壒閫氳繃"; default: return String.valueOf(this.settle); -- Gitblit v1.9.1