|
@@ -179,7 +179,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="businessId != null and businessId != ''">
|
|
|
and og.`status` = 1
|
|
|
and og.refund_status in (0,1,3)
|
|
|
- and og.pay_status in (2,3,4))
|
|
|
+ and og.pay_status in (2,3,4)
|
|
|
AND g.business_id = #{businessId}
|
|
|
</if>
|
|
|
<if test="startTime != null and startTime != ''">
|