王佳豪
2021-06-08 24654f1681b8f00a75a867730449858affc3f59e
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);
    }
}