Commit df2ac4f9 authored by unset's avatar unset

会员统计信息修改

parent 1f300da6
......@@ -222,6 +222,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