From 3d66ecbc0836034582ada2e61707b956d4b9b6e9 Mon Sep 17 00:00:00 2001 From: lijianlin Date: Thu, 29 Jan 2026 16:07:53 +0800 Subject: [PATCH] =?UTF-8?q?01-29=20=E7=8E=B0=E9=87=91=E8=90=A5=E6=94=B6?= =?UTF-8?q?=E6=8C=89=E7=85=A7=E6=94=AF=E4=BB=98=E6=97=B6=E9=97=B4=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/WorkBenchMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/WorkBenchMapper.xml b/src/main/resources/mapper/WorkBenchMapper.xml index a272d4d..b41fd0e 100644 --- a/src/main/resources/mapper/WorkBenchMapper.xml +++ b/src/main/resources/mapper/WorkBenchMapper.xml @@ -185,7 +185,7 @@ WHERE cr.received_currency IN (2,3,4,5,6,7,8) -- 只统计这7种币 AND m.name IN #{market} - AND cr.received_time BETWEEN #{startDate} AND #{endDate} + AND cr.pay_time BETWEEN #{startDate} AND #{endDate} AND cr.order_type=1 AND cr.status IN (0,1,3,4,6) GROUP BY m.name;