管道基础大数据平台系统开发-【后端】-Server
src/main/java/com/lf/server/controller/all/BaseQueryController.java
@@ -580,11 +580,11 @@
    }
    @SysLog()
    @ApiOperation(value = "查询基础地理类别")
    @ApiOperation(value = "查询目录类别")
    @ApiImplicitParams({
            @ApiImplicitParam(name = "name", value = "名称", dataType = "String", paramType = "query", example = "D")
    })
    @GetMapping(value = "/selectBaseType")
    @GetMapping(value = "/selectDirTypes")
    public ResponseMsg<Object> selectDirTypes(String name) {
        try {
            List<KeyValueEntity> list = baseQueryService.selectDirTypes(name);