From c8b3a6944e56f800225e322f63608f5d3a5c5f19 Mon Sep 17 00:00:00 2001 From: yuyang Date: Wed, 1 Dec 2021 16:31:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E4=BA=8E=E5=88=9B=E5=BB=BA4=E5=B0=8F?= =?UTF-8?q?=E6=97=B6,=E6=B2=A1=E6=9C=89=E5=AE=9E=E6=97=B6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=B8=94=E8=AF=A5=E6=9E=AA=E4=B9=8B=E5=90=8E=E6=9C=89?= =?UTF-8?q?=E7=BB=93=E7=AE=97=E8=AE=A2=E5=8D=95,=E6=A0=87=E8=AE=B0?= =?UTF-8?q?=E6=9C=AA=E6=AD=A3=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/XhpcChargeOrderMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xhpc-modules/xhpc-order/src/main/resources/mapper/XhpcChargeOrderMapper.xml b/xhpc-modules/xhpc-order/src/main/resources/mapper/XhpcChargeOrderMapper.xml index a2d79dc1..8c070110 100644 --- a/xhpc-modules/xhpc-order/src/main/resources/mapper/XhpcChargeOrderMapper.xml +++ b/xhpc-modules/xhpc-order/src/main/resources/mapper/XhpcChargeOrderMapper.xml @@ -611,7 +611,7 @@ select * from xhpc_charge_order where now() >DATE_ADD(create_time,interval 4 hour) and status=0 - select count(charge_order_id) xhpc_charge_order where serial_number like concat('%', #{serialNumber}, '%') and charge_order_id > #{chargeOrderId} and status=1