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