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 @@