Ver código fonte

化验子项维护列表修改

rgb 5 anos atrás
pai
commit
dc08d6538e

+ 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>