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} + + + + + + + + + +