This commit is contained in:
苏竹红
2024-05-09 18:14:21 +08:00
parent a1d867578d
commit db604fbabc

View File

@@ -229,7 +229,7 @@
</if>
<where>
<if test="shopIds != null and shopIds.size() > 0">
and a.id in
and a.shop_id in
<foreach collection="shopIds" item="shopId" index="index" open="(" separator="," close=")">
#{shopId}
</foreach>