|
@@ -62,10 +62,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
WHERE EXISTS (
|
|
WHERE EXISTS (
|
|
|
SELECT 1 FROM pos_order_omg_payment
|
|
SELECT 1 FROM pos_order_omg_payment
|
|
|
WHERE dd_id = p.dd_id AND pay_status = 0
|
|
WHERE dd_id = p.dd_id AND pay_status = 0
|
|
|
- AND create_time >= #{windowStart}
|
|
|
|
|
- AND create_time <= #{graceCutoff}
|
|
|
|
|
|
|
+ AND create_time >= #{windowStart}
|
|
|
|
|
+ AND create_time <= #{graceCutoff}
|
|
|
)
|
|
)
|
|
|
- AND (o.state IS NULL OR o.state <> 4)
|
|
|
|
|
|
|
+ AND (o.state IS NULL OR o.state <> 4)
|
|
|
ORDER BY p.dd_id ASC
|
|
ORDER BY p.dd_id ASC
|
|
|
LIMIT #{batchSize}
|
|
LIMIT #{batchSize}
|
|
|
</select>
|
|
</select>
|