田源
2024-03-19 33d8416c5a16fee7464df9774678bc60e47ff956
Source/UBCS/ubcs-codeApply/src/main/java/com/vci/rmip/code/client/codeapply/Apply410/TestIntegrateFrame.java
@@ -24,6 +24,7 @@
      list.add(4);
      List<Integer> classifyVOS =list.stream().sorted(((o1, o2) -> o2.compareTo(o1))).collect(Collectors.toList());
      int level=1;
      int tt=1;
      if (classifyVOS.size() >= level && level > 0) {
         tt = classifyVOS.get(level - 1);