From 12f49d49216d22d8263e35dfa78d556048966c77 Mon Sep 17 00:00:00 2001
From: lrh <1585126058@qq.com>
Date: Wed, 28 Jun 2023 16:40:07 +0800
Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=88=97=E8=A1=A8title?=
=?UTF-8?q?=E6=A8=A1=E7=B3=8A=E6=9F=A5=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/WxCardDailyLogMapper.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/mallinkService/src/main/resources/mapper/WxCardDailyLogMapper.xml b/mallinkService/src/main/resources/mapper/WxCardDailyLogMapper.xml
index abae96997..e92ad1ac5 100644
--- a/mallinkService/src/main/resources/mapper/WxCardDailyLogMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxCardDailyLogMapper.xml
@@ -37,13 +37,13 @@
and `parent_tenant_id` = #{parentTenantId}
- and `card_password_id` = #{cardPasswordId}
+ and `card_password_id` like concat('%', #{cardPasswordId},'%')
- and `coupon_id` = #{couponId}
+ and `coupon_id` like concat('%', #{couponId},'%')
- and `card_info_id` = #{cardInfoId}
+ and `card_info_id` like concat('%', #{cardInfoId},'%')
and `type` = #{type}