From 332f592161e65fd41ae37c956edc1b8b081316c9 Mon Sep 17 00:00:00 2001 From: lijianlin Date: Mon, 19 Jan 2026 17:36:07 +0800 Subject: [PATCH] =?UTF-8?q?01-19=20=20=E5=90=8C=E6=AD=A5=E7=BA=BF=E4=B8=8A?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=96=B0=E5=A2=9EStripe2(sql)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/cashMapper/CashCollectionMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/cashMapper/CashCollectionMapper.xml b/src/main/resources/cashMapper/CashCollectionMapper.xml index a16d738..432f1de 100644 --- a/src/main/resources/cashMapper/CashCollectionMapper.xml +++ b/src/main/resources/cashMapper/CashCollectionMapper.xml @@ -230,7 +230,7 @@ success_time,ios_environment,ios_transaction_id,ios_receipt_data,firstdata_ipgTransactionId, add_time,is_synced from g_order - where is_synced=0 and state=1 and pay_style in(3,5,6,7,9) + where is_synced=0 and state=1 and pay_style in(3,5,6,7,9,10,15) and success_time>=1763136000 limit #{size}