@@ -890,7 +890,7 @@
</if>
<if test="websitId == null and websits != null and websits.size > 0">
AND t1.websit_id IN
- <foreach item="item" index="index" collection="shops" open="(" separator=","
+ <foreach item="item" index="index" collection="websits" open="(" separator=","
close=")">
#{item}
</foreach>