@@ -41,7 +41,7 @@
AND libType = #{type}
</if>
<if test="isDeleted!=null and isDeleted!=''">
- AND is_deleted=#{isDeleted}
+ AND isDeleted=#{isDeleted}
ORDER BY isDeleted ASC,operTime DESC
</select>