Ver código fonte

处理异常

zhoutg 6 anos atrás
pai
commit
419bff5b96

+ 1 - 1
icss-service/src/main/java/com/diagbot/dto/QuestionDTO.java

@@ -29,7 +29,7 @@ public class QuestionDTO {
     private BigDecimal minValue; //最小值
     private BigDecimal maxValue; //最大值
     private Integer position;    //标签显示位置(0:在标签后,1:在标签前)
-    private Integer showAdd;    //是否显示+
+    private String showAdd;    //复制文字
     private Integer formPosition; //填写单显示位置(0:左, 1:上)
     private Integer textGenerate;  //文本生成规则
     private Integer symptomType; //主症状和伴随症状对应的question类型

+ 2 - 2
icss-service/src/main/java/com/diagbot/entity/QuestionInfo.java

@@ -106,9 +106,9 @@ public class QuestionInfo implements Serializable {
     private Integer textGenerate;
 
     /**
-     * 是否显示 +
+     * 复制文字
      */
-    private Integer showAdd;
+    private String showAdd;
 
     /**
      * 是否显示 i

+ 1 - 1
icssman-service/src/main/java/com/diagbot/dto/QuestionDTO.java

@@ -29,7 +29,7 @@ public class QuestionDTO {
     private BigDecimal minValue; //最小值
     private BigDecimal maxValue; //最大值
     private Integer position;    //标签显示位置(0:在标签后,1:在标签前)
-    private Integer showAdd;    //是否显示+
+    private String showAdd;    //复制文字
     private Integer formPosition; //填写单显示位置(0:左, 1:上)
     private Integer textGenerate;  //文本生成规则
     private Integer symptomType; //主症状和伴随症状对应的question类型

+ 2 - 2
icssman-service/src/main/java/com/diagbot/dto/QuestionPageDTO.java

@@ -149,9 +149,9 @@ public class QuestionPageDTO implements Serializable {
     private Integer copyType;
 
     /**
-     * 是否显示+ (0:不显示 1:显示),+功能等于复制
+     * 复制文字
      */
-    private Integer showAdd;
+    private String showAdd;
 
     /**
      * 备注

+ 2 - 2
icssman-service/src/main/java/com/diagbot/entity/QuestionInfo.java

@@ -136,9 +136,9 @@ public class QuestionInfo implements Serializable {
     private Integer copyType;
 
     /**
-     * 是否显示+ (0:不显示 1:显示),+功能等于复制
+     * 复制文字
      */
-    private Integer showAdd;
+    private String showAdd;
 
     /**
      * 是否显示 i

+ 1 - 1
icssman-service/src/main/java/com/diagbot/entity/wrapper/QuestionWrapper.java

@@ -37,7 +37,7 @@ public class QuestionWrapper implements Serializable {
     private BigDecimal maxValue; //最大值
     private Integer textGenerate; //文本生成规则
     private Integer copyType; //是否复制
-    private Integer showAdd; //是否显示+
+    private String showAdd; //复制文字
     private Integer showInfo; //是否显示i
     private String joint;     //标签连接符
     private String remark; //备注