From 774d891c17c61fa1a6b28f70f7a8d57128e11d22 Mon Sep 17 00:00:00 2001 From: xiaohanzi Date: Mon, 26 Oct 2020 14:00:08 +0800 Subject: [PATCH] fix bug --- .../src/main/resources/mapper/WxCouponSendMapper.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponSendMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponSendMapper.xml index ea0774827..4353c3d91 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponSendMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponSendMapper.xml @@ -23,7 +23,10 @@ - + + `id`,`tenant_id`,`parent_tenant_id`,`coupon_id`,`title`,`send_type`,`conditions`,`status`,`create_date`,`update_date`,`send_sms`,`operator_id` + + cs.id,cs.tenant_id,cs.parent_tenant_id,cs.coupon_id,cs.title,cs.send_type,cs.conditions,cs.status,cs.create_date,cs.update_date, cs.conditions -> '$.merchantSend' as merchantSend, @@ -100,7 +103,7 @@