@@ -85,6 +85,9 @@
<if test="id != null and id != ''">
and v.id = #{id}
</if>
+ <if test="isAutoCode != null and isAutoCode != ''">
+ and v.is_auto_code = #{isAutoCode}
+ </if>
<if test="current != null">
limit ${current},${size}