王佳豪
2021-04-30 ed72baa5f60f2d86cc58799ce96c658321a54d79
src/main/java/com/zy/asrs/controller/LocAreaController.java
@@ -135,8 +135,8 @@
    @RequestMapping(value = "/locArea/queryAll/auth")
    @ManagerAuth
    public R queryAll() {
        List<LocArea> result = locAreaService.queryAllLocArea();
    public R queryAll(String areaType) {
        List<LocArea> result = locAreaService.queryAllLocArea(areaType);
        return R.ok(result);
    }
}