|
@@ -204,7 +204,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 libNameType like concat('%',#{name},'%')
|
|
|
|
|
|
+ and libName like concat('%',#{name},'%')
|
|
</if>
|
|
</if>
|
|
ORDER BY isDeleted ASC,operTime DESC
|
|
ORDER BY isDeleted ASC,operTime DESC
|
|
</select>
|
|
</select>
|