Commit 49c45a07 authored by jiaorz's avatar jiaorz

租车订单列表添加筛选条件

parent 48aa00e2
......@@ -258,8 +258,8 @@
<if test="status != null">
and status = #{status}
</if>
<if test="validStatus != null">
and refundStatus = #{status}
<if test="refundStatus != null">
and refundStatus = #{refundStatus}
</if>
<if test="type != null">
and type = #{type}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment