Browse Source

更新提交

wangchangsheng 3 years ago
parent
commit
4d75713755

+ 1 - 0
benchmarking-impala/src/main/java/com/gyee/benchmarkingimpala/controller/BenchmarkingController.java

@@ -61,6 +61,7 @@ public class BenchmarkingController {
         if (StringUtils.isNotNull(resultList)) {
             SortUtils.sort(resultList,"ordernum",SortUtils.ASC);
             return R.ok(resultList.size()).data(resultList);
+
         }else{
             return R.error().message("访问失败");
         }