Commit 29922bc5 authored by unset's avatar unset

Merge branch 'dev-chw-vehicle' into dev-chw

parents 42685fc6 df2ac4f9
......@@ -233,6 +233,9 @@
AND b.status = -1
and b.refund_status in (0,2)
</if>
<if test="refundStatus != null">
and b.refund_status = #{refundStatus}
</if>
<if test="status != null and status != -1">
and b.status = #{status}
</if>
......
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