From 317a0d21aa56d4e4b96691d202c3318246e81b70 Mon Sep 17 00:00:00 2001 From: lizhicheng Date: Tue, 18 Oct 2022 17:07:46 +0800 Subject: [PATCH] =?UTF-8?q?CIM=E6=99=BA=E8=83=BD=E7=AE=97=E6=B3=95?= =?UTF-8?q?=E6=94=B9=E5=BC=80=E5=8F=91=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../io/renren/modules/resource/controller/CIMController.java | 4 ++-- .../src/main/resources/mapper/resource/ResourceDao.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/renren-admin/src/main/java/io/renren/modules/resource/controller/CIMController.java b/renren-admin/src/main/java/io/renren/modules/resource/controller/CIMController.java index 768e9598..36070176 100644 --- a/renren-admin/src/main/java/io/renren/modules/resource/controller/CIMController.java +++ b/renren-admin/src/main/java/io/renren/modules/resource/controller/CIMController.java @@ -55,8 +55,8 @@ public class CIMController { } @GetMapping("/cimAssemblyResources") - @ApiOperation("CIM平台查询智能算法组件") - @LogOperation(value = "CIM平台查询智能算法组件") + @ApiOperation("CIM平台查询开发组件") + @LogOperation(value = "CIM平台查询开发组件") public Result> cimAssemblyResources() { return new Result>().ok(cimService.cimAssemblyResources()); } diff --git a/renren-admin/src/main/resources/mapper/resource/ResourceDao.xml b/renren-admin/src/main/resources/mapper/resource/ResourceDao.xml index f557b9a7..509177ff 100644 --- a/renren-admin/src/main/resources/mapper/resource/ResourceDao.xml +++ b/renren-admin/src/main/resources/mapper/resource/ResourceDao.xml @@ -1711,7 +1711,7 @@ a.dept_id = #{deptid} AND MATCH (a.type) AGAINST ( '组件服务' IN BOOLEAN MODE) AND a.del_flag = 0 - AND (b.attr_type = '组件类型' AND MATCH (b.attr_value) AGAINST ( '智能算法' IN BOOLEAN MODE)) + AND (b.attr_type = '组件类型' AND MATCH (b.attr_value) AGAINST ( '开发组件' IN BOOLEAN MODE)) AND b.del_flag = 0