Authored by wangnan

fix bug

... ... @@ -258,7 +258,7 @@
<include refid="Base_Column_List"/>
FROM
shops
where id in
where shops_id in
<foreach item="item" index="index" collection="list"
open="(" separator="," close=")">
#{item}
... ...