Commit 49c45a07 authored by jiaorz's avatar jiaorz

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

parent 48aa00e2
...@@ -258,8 +258,8 @@ ...@@ -258,8 +258,8 @@
<if test="status != null"> <if test="status != null">
and status = #{status} and status = #{status}
</if> </if>
<if test="validStatus != null"> <if test="refundStatus != null">
and refundStatus = #{status} and refundStatus = #{refundStatus}
</if> </if>
<if test="type != null"> <if test="type != null">
and type = #{type} 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