From 3e1416bffcb3761d06261e327edcbfe10a5443fb Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 18 二月 2023 12:42:19 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/controller/show/DataLibController.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/lf/server/controller/show/DataLibController.java b/src/main/java/com/lf/server/controller/show/DataLibController.java index 5544df2..054f814 100644 --- a/src/main/java/com/lf/server/controller/show/DataLibController.java +++ b/src/main/java/com/lf/server/controller/show/DataLibController.java @@ -67,7 +67,7 @@ VerService verService; @SysLog() - @ApiOperation(value = "鍒嗛〉鏌ヨ鍏冩暟鎹� *") + @ApiOperation(value = "鍒嗛〉鏌ヨ婧愭暟鎹� *") @ApiImplicitParams({ @ApiImplicitParam(name = "depcode", value = "鍗曚綅缂栫爜", dataType = "String", paramType = "query", example = "00"), @ApiImplicitParam(name = "dircode", value = "鐩綍缂栫爜", dataType = "String", paramType = "query", example = "00"), @@ -120,7 +120,7 @@ } @SysLog() - @ApiOperation(value = "鍒嗛〉鏌ヨ鍏冩暟鎹�") + @ApiOperation(value = "鍒嗛〉鏌ヨ婧愭暟鎹�") @ApiImplicitParams({ @ApiImplicitParam(name = "depcode", value = "鍗曚綅缂栫爜", dataType = "String", paramType = "query", example = "00"), @ApiImplicitParam(name = "dirs", value = "鐩綍缂栫爜", dataType = "String", paramType = "query", example = "00,01"), @@ -152,7 +152,7 @@ @SysLog() @ApiOperation(value = "鏌ヨ琛ㄤ腑鏁版嵁") @ApiImplicitParams({ - @ApiImplicitParam(name = "id", value = "鍏冩暟鎹甀D", dataType = "Integer", paramType = "query", example = "115"), + @ApiImplicitParam(name = "id", value = "婧愭暟鎹甀D", dataType = "Integer", paramType = "query", example = "115"), @ApiImplicitParam(name = "pageIndex", value = "鍒嗛〉鏁帮紙浠�1寮�濮嬶級", dataType = "Integer", paramType = "query", example = "1"), @ApiImplicitParam(name = "pageSize", value = "姣忛〉鏉℃暟", dataType = "Integer", paramType = "query", example = "10") }) @@ -161,12 +161,12 @@ // noinspection AlibabaRemoveCommentedCode try { if (null == id || id < 0) { - return fail("鍏冩暟鎹甀D涓嶈兘涓虹┖鎴栧皬浜�0", null); + return fail("婧愭暟鎹甀D涓嶈兘涓虹┖鎴栧皬浜�0", null); } MetaEntity meta = metaService.selectById(id); if (null == meta || null == meta.getTab() || !meta.getTab().contains(StaticData.POINT)) { - return fail("鎵句笉鍒板厓鏁版嵁淇℃伅", null); + return fail("鎵句笉鍒版簮鏁版嵁淇℃伅", null); } String entity = meta.getTab().substring(meta.getTab().indexOf(".") + 1).replace("_", "").toLowerCase(); @@ -189,7 +189,7 @@ } @SysLog() - @ApiOperation(value = "璇锋眰鍏冩暟鎹笅杞�") + @ApiOperation(value = "璇锋眰婧愭暟鎹笅杞�") @ApiImplicitParams({ @ApiImplicitParam(name = "reqEntity", value = "璇锋眰涓嬭浇瀹炰綋", dataType = "DownloadReqEntity", paramType = "body") }) @@ -212,7 +212,7 @@ List<MetaEntity> list = metaService.selectMetaFiles(reqEntity.getIds()); if (null == list || list.isEmpty()) { - return fail("娌℃湁鎵惧埌鍏冩暟鎹�"); + return fail("娌℃湁鎵惧埌婧愭暟鎹�"); } UserEntity ue = tokenService.getCurrentUser(req); -- Gitblit v1.9.3