|
@@ -482,7 +482,7 @@
|
|
|
and s.store_id = #{storeId}
|
|
and s.store_id = #{storeId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="storeIds !=null">
|
|
<if test="storeIds !=null">
|
|
|
- and t.store_id in
|
|
|
|
|
|
|
+ and s.store_id in
|
|
|
<foreach collection="storeIds" open="(" close=")"
|
|
<foreach collection="storeIds" open="(" close=")"
|
|
|
separator="," item="item">
|
|
separator="," item="item">
|
|
|
#{item}
|
|
#{item}
|