From fd6945381effc8a979bef355d1067f757c686377 Mon Sep 17 00:00:00 2001 From: lijianlin Date: Fri, 23 Jan 2026 13:55:20 +0800 Subject: [PATCH] =?UTF-8?q?01-23=20=E5=B7=A5=E4=BD=9C=E5=8F=B0=E8=90=A5?= =?UTF-8?q?=E6=94=B6=E7=BB=9F=E8=AE=A1=E6=8C=89=E6=94=B6=E6=AC=BE=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= 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 b45bc45..a272d4d 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.audit_time BETWEEN #{startDate} AND #{endDate} + AND cr.received_time BETWEEN #{startDate} AND #{endDate} AND cr.order_type=1 AND cr.status IN (0,1,3,4,6) GROUP BY m.name;