From 892a7ba2f7199e022c922242c0491fe26eaaeef3 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Sun, 29 Sep 2019 15:44:31 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B5=AE=E5=B1=82=E5=B9=BF=E5=91=8A][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E5=88=97=E8=A1=A8=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/WxFloatingLayerMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxFloatingLayerMapper.xml b/mallinkService/src/main/resources/mapper/WxFloatingLayerMapper.xml index 06e4d440a..f9f47d5a0 100644 --- a/mallinkService/src/main/resources/mapper/WxFloatingLayerMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxFloatingLayerMapper.xml @@ -44,7 +44,7 @@ fl.`id` as id, fl.`tenant_id` , fl.`cover_img` , fl.`produce_id`, fl.`page_path` , fl.`status`, fl.`create_time` as create_time, fl.`update_time`, - c.title + cc.title select - from wx_floating_layer fl left join wx_coupon c on fl.produce_id=c.id - where c.status = 0 + from wx_floating_layer fl left join wx_coupon_channel cc on fl.produce_id=cc.id + where cc.status = 0