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