|
@@ -264,10 +264,10 @@ public class ClassifyDiag {
|
|
|
* @return
|
|
|
*/
|
|
|
public Set<String> diagProcess(List<String> disList,int sign){
|
|
|
- Set<String> first = new HashSet<>();
|
|
|
- Set<String> second= new HashSet<>();
|
|
|
- Set<String> third= new HashSet<>();
|
|
|
- Set<String> other= new HashSet<>();
|
|
|
+ Set<String> first = new LinkedHashSet<>();
|
|
|
+ Set<String> second= new LinkedHashSet<>();
|
|
|
+ Set<String> third= new LinkedHashSet<>();
|
|
|
+ Set<String> other= new LinkedHashSet<>();
|
|
|
|
|
|
/**
|
|
|
* 分级
|