@@ -14,6 +14,9 @@
<if test="status != null ">
and record.status = #{status}
</if>
+ <if test="type != null ">
+ and record.type = #{type}
+ </if>
<if test="remark != null and remark != ''">
and record.remark = #{remark}