From 0ec70dd0af6be47714bffdc0d2ce8c8e9bf32964 Mon Sep 17 00:00:00 2001 From: lijianlin Date: Sun, 25 Jan 2026 17:53:25 +0800 Subject: [PATCH] =?UTF-8?q?01-25=20=E5=90=8C=E6=AD=A5gorder=EF=BC=8C?= =?UTF-8?q?=E4=BB=8E2026=E5=B9=B4=E5=BC=80=E5=A7=8B?= 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 c6a6590..7f25eef 100644 --- a/src/main/resources/cashMapper/CashCollectionMapper.xml +++ b/src/main/resources/cashMapper/CashCollectionMapper.xml @@ -252,7 +252,7 @@ add_time,is_synced from g_order where is_synced=0 and state=1 and pay_style in(3,5,6,7,9,10,15) - and success_time>=1763136000 + and success_time>=1767196800 limit #{size}