|
|
@@ -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);
|
|
|
}
|
|
|
|