chenlin 2 лет назад
Родитель
Сommit
8369f07b21

+ 1 - 1
sckw-modules/sckw-transport/src/main/java/com/sckw/transport/service/WaybillManagementService.java

@@ -935,7 +935,7 @@ public class WaybillManagementService {
             packageWaybillIndexResult(list, statusVOS, returnList);
         }
 
-        PageResult build = PageResult.build(query.getPage(), query.getPageSize(), total, list);
+        PageResult build = PageResult.build(query.getPage(), query.getPageSize(), total, returnList);
         return HttpResult.ok(build);
     }