src/main/java/com/lf/server/controller/all/BaseQueryController.java
@@ -607,7 +607,7 @@ } } @SysLog() /*@SysLog() @ApiOperation(value = "请求DB数据下载") @ApiImplicitParams({ @ApiImplicitParam(name = "dr", value = "请求下载实体", dataType = "DownloadReqEntity", paramType = "body") @@ -634,7 +634,7 @@ } UserEntity ue = tokenService.getCurrentUser(req); String guid = dataLibService.downloadDbReq(ue, dr); String guid = dataLibService.downloadDbReq4Wkt(ue, dr); return success(guid); } catch (Exception ex) { @@ -671,7 +671,7 @@ } catch (Exception ex) { return fail(ex, null); } } }*/ @SysLog() @ApiOperation(value = "查看文件")