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