|
@@ -130,6 +130,9 @@
|
|
<if test="param.delFlag != null">
|
|
<if test="param.delFlag != null">
|
|
and t.del_flag_ = #{param.delFlag}
|
|
and t.del_flag_ = #{param.delFlag}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="param.enable != null">
|
|
|
|
+ and t.state_ = #{param.enable}
|
|
|
|
+ </if>
|
|
</where>
|
|
</where>
|
|
</select>
|
|
</select>
|
|
<select id="categoryList"
|
|
<select id="categoryList"
|