浏览代码

化验子项维护列表修改

rgb 5 年之前
父节点
当前提交
dc08d6538e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      knowledgeman-service/src/main/resources/mapper/RelationMapper.xml

+ 1 - 1
knowledgeman-service/src/main/resources/mapper/RelationMapper.xml

@@ -204,7 +204,7 @@
 		GROUP BY t2.id) tab
 		where 1=1
 		<if test="name!=null and name!=''">
-			and libNameType like concat('%',#{name},'%')
+			and libName like concat('%',#{name},'%')
 		</if>
 		ORDER BY isDeleted ASC,operTime DESC
     </select>