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