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