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