|
@@ -26,7 +26,7 @@ public class AppWarehouseController extends BaseController {
|
|
|
List list =appWarehouseService.getWarehouseList(vo);
|
|
|
list.removeAll(Collections.singleton(null));
|
|
|
TableDataInfo tableDataInfo = getDataTable(list);
|
|
|
- return AjaxResult.success(tableDataInfo);
|
|
|
+ return AjaxResult.success(tableDataInfo.getRows());
|
|
|
}catch (Exception e){
|
|
|
e.printStackTrace();
|
|
|
return AjaxResult.error("查询失败");
|