From 27bd94cefbdc9185031d64050b4770618d4bc82b Mon Sep 17 00:00:00 2001 From: lrh <1585126058@qq.com> Date: Wed, 28 Jun 2023 15:04:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=88=97=E8=A1=A8=E6=8F=92?= =?UTF-8?q?=E5=85=A5=E5=8D=A1=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/WxCardDailyLogMapper.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCardDailyLogMapper.xml b/mallinkService/src/main/resources/mapper/WxCardDailyLogMapper.xml index 1e445319a..d43cab031 100644 --- a/mallinkService/src/main/resources/mapper/WxCardDailyLogMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCardDailyLogMapper.xml @@ -14,11 +14,15 @@ + + + + `id`,`tenant_id`,`parent_tenant_id`,`card_password_id`,`ip`,`create_date`,`update_date`, - `price`,`operator_type`,`operator_id`,`operator_user`, `remark` + `price`,`operator_type`,`operator_id`,`operator_user`, `remark`,`coupon_id`,`card_info_id`,`type`,`count` @@ -35,8 +39,14 @@ and `card_password_id` = #{cardPasswordId} - - and `operator_type` = #{operatorType} + + and `coupon_id` = #{couponId} + + + and `card_info_id` = #{cardInfoId} + + + and `type` = #{type} and `operator_id` = #{operatorId} @@ -56,7 +66,7 @@