From 35a26b08a5a99c83e16d86baf6d727774f1b0d35 Mon Sep 17 00:00:00 2001 From: Derran Date: Thu, 20 Feb 2025 16:20:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=94=B6=E7=9B=8A=E6=98=8E?= =?UTF-8?q?=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/order/WalletAccountAssociateOrderRecordDao.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dating-agency-mall-server/src/main/resources/mapper/order/WalletAccountAssociateOrderRecordDao.xml b/dating-agency-mall-server/src/main/resources/mapper/order/WalletAccountAssociateOrderRecordDao.xml index 0c7654e..33683f1 100644 --- a/dating-agency-mall-server/src/main/resources/mapper/order/WalletAccountAssociateOrderRecordDao.xml +++ b/dating-agency-mall-server/src/main/resources/mapper/order/WalletAccountAssociateOrderRecordDao.xml @@ -67,6 +67,9 @@ AND dao.order_code LIKE CONCAT('%', TRIM(#{queryParam.orderCode}), '%') + + AND dao.name LIKE CONCAT('%', TRIM(#{queryParam.name}), '%') + and dao.create_time BETWEEN #{queryParam.orderTimeFrom} and #{queryParam.orderTimeTo}