Ver código fonte

质控总览缺陷默认分组

chengyao 4 anos atrás
pai
commit
ce2fb273f4
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/main/java/com/diagbot/vo/AnalyzeRunVO.java

+ 2 - 2
src/main/java/com/diagbot/vo/AnalyzeRunVO.java

@@ -22,6 +22,6 @@ public class AnalyzeRunVO {
     private Long modeId;
     // 归档字段
     private String isPlacefile = "0";
-
-    private Integer NeedGroup = 0;
+    //默认分组
+    private Integer NeedGroup = 1;
 }