@@ -112,7 +112,7 @@ public class SysCheckChainManager {
})
.collect(Collectors.toList());
- temp.addAll(collect1);
+ temp.addAll(0, collect1);
}