@@ -191,7 +191,7 @@
<where>
del_flag_=0
<if test="type != null">
- and type_ = #{type}
+ and sub_type_ = #{type}
</if>
</where>
ORDER BY order_ DESC