소스 검색

化验子项维护列表修改

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>