|
@@ -508,7 +508,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
AND og.status=1
|
|
AND og.status=1
|
|
and u.status=1
|
|
and u.status=1
|
|
and og.refund_status in(0,3)
|
|
and og.refund_status in(0,3)
|
|
- and pay_status in (2,3)
|
|
|
|
|
|
+ and og.pay_status in (2,3,4)
|
|
and g.business_id =#{businessId}
|
|
and g.business_id =#{businessId}
|
|
</select>
|
|
</select>
|
|
|
|
|