Commit c01c477d authored by jiaorz's avatar jiaorz

Merge branch 'master-rentvehicle' into dev

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