|
@@ -114,6 +114,11 @@ public class GraphCalculate {
|
|
|
}
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
+ * 对化验和检查的结果进行排序
|
|
|
+ * @param set
|
|
|
+ * @return List<FeatureRate>
|
|
|
+ */
|
|
|
public List<FeatureRate> processResult(Set<FeatureRate> set) {
|
|
|
List<FeatureRate> frlist = new ArrayList<>();
|
|
|
Map<String, String> sortval = new HashMap<>();
|