@@ -21,6 +21,9 @@
<sql id="queryCondition">
<where>
+ <if test="enabled != null">
+ and enabled_ = #{enabled}
+ </if>
<if test="id != null">
and id_ = #{id}
</if>