|
@@ -40,6 +40,7 @@ public class BenchmarkingController {
|
|
|
List<Windpowerstation> resultList = benchmarkingService.wplist();
|
|
|
|
|
|
if (StringUtils.isNotNull(resultList)) {
|
|
|
+ SortUtils.sort(resultList,"ordernum",SortUtils.ASC);
|
|
|
return R.ok(resultList.size()).data(resultList);
|
|
|
}else{
|
|
|
return R.error().message("访问失败");
|