王佳豪
2021-06-19 a856ba46d206d6d8d317b9e79bc1c421d49bf02d
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);
    }
}