From 8b109f923dc7c2d5c5bd351a03a5277670962aac Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期一, 04 十二月 2023 13:05:04 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/crm/manager/entity/Plan.java | 23 +++++++++++++++++++----
1 files changed, 19 insertions(+), 4 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 4f1a728..dfb4da1 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: 瀹℃壒閫氳繃
+ * 杩涘害 1: 寮�濮� 2: 鍞墠瀹℃牳 3: 瑙勫垝鍛樺鏍� 4: 瀹℃壒閫氳繃
*/
- @ApiModelProperty(value = "杩涘害 1: 寮�濮� 2: 缁勯暱瀹℃牳 3: 鍞墠瀹℃牳 4: 瑙勫垝鍛樺鏍� 5: 瀹℃壒閫氳繃 ")
+ @ApiModelProperty(value = "杩涘害 1: 寮�濮� 2: 鍞墠瀹℃牳 3: 瑙勫垝鍛樺鏍� 4: 瀹℃壒閫氳繃 ")
private Integer settle;
/**
@@ -278,6 +278,13 @@
@ApiModelProperty(value = "涓籶lanId")
@TableField("assistant_host_sign")
private Integer assistantHostSign;
+
+ /**
+ * 娴佺▼闀垮害
+ */
+ @ApiModelProperty(value= "娴佺▼闀垮害")
+ @TableField("settle_size")
+ private Integer settleSize;
public Plan() {
}
@@ -496,9 +503,17 @@
if (null == this.settle) {
return null;
}
+ if (this.getSettleSize()==2){
+ switch (this.settle) {
+ case 1:
+ return "绛夊緟纭";
+ case 2:
+ return "瀹℃壒閫氳繃";
+ default:
+ return String.valueOf(this.settle);
+ }
+ }
switch (this.settle) {
-// case 1:
-// return "绛夊緟缁勯暱瀹℃牳";
case 1:
return "绛夊緟鍞墠鍒嗛厤瑙勫垝鍛�";
case 2:
--
Gitblit v1.9.1