From fe62b31202f920724dc000557654fee18b758304 Mon Sep 17 00:00:00 2001 From: xhxu Date: Mon, 9 Jan 2023 15:28:24 +0800 Subject: [PATCH] //app --- mallinkService/src/main/resources/mapper/WxCouponMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml index 142feb551..85ae02484 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml @@ -1362,7 +1362,7 @@ select id,remain_inventory,inventory,cover_img,title,sub_title,item_group,sale_price,use_price,price,tail_price, orig_price,unit,use_limit_rule,use_limit_quantity,send_type,support_transfer,press_limit_num,auto_refund, conditions,valid_type,valid_start_date,valid_end_date,pick_start_date,pick_end_date,valid_days,credit_price, - content_type,source_type,merchant_type + remark,content_type,source_type,merchant_type from wx_coupon where `tenant_id` = #{tenantId} and `id` = #{id}