Commit c01c477d authored by jiaorz's avatar jiaorz

Merge branch 'master-rentvehicle' into dev

parents 7f216de1 49c45a07
...@@ -250,8 +250,8 @@ ...@@ -250,8 +250,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