From 568f9d154bc8138ef61a932261d927794169eddf Mon Sep 17 00:00:00 2001 From: gongbiao Date: Sat, 11 Aug 2018 18:44:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/WxGroupMapper.xml | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 mallinkService/src/main/resources/mapper/WxGroupMapper.xml diff --git a/mallinkService/src/main/resources/mapper/WxGroupMapper.xml b/mallinkService/src/main/resources/mapper/WxGroupMapper.xml new file mode 100644 index 000000000..48a8c7c19 --- /dev/null +++ b/mallinkService/src/main/resources/mapper/WxGroupMapper.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + `id`,`name`,`country`,`province`,`city`,`addr`,`longitude`,`latitude`,`createtime`,`logurl` + + + + where 1 = 1 + and `id` = #{id} + and `name` = #{name} + and `country` = #{country} + and `province` = #{province} + and `city` = #{city} + and `addr` = #{addr} + and `longitude` = #{longitude} + and `latitude` = #{latitude} + and `createtime` = #{createtime} + and `logurl` = #{logurl} + + and id in + + #{idItem} + + + order by ${sortColumns} + + + + + + + + + +