Browse Source

质控总览缺陷默认分组

chengyao 4 years ago
parent
commit
ce2fb273f4
1 changed files with 2 additions and 2 deletions
  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 Long modeId;
     // 归档字段
     // 归档字段
     private String isPlacefile = "0";
     private String isPlacefile = "0";
-
-    private Integer NeedGroup = 0;
+    //默认分组
+    private Integer NeedGroup = 1;
 }
 }