|
|
@@ -237,7 +237,7 @@
|
|
|
and gs.activity_id = #{activityId}
|
|
|
</if>
|
|
|
<if test="shopTypeId!=null">
|
|
|
- and gs.shop_type_id = #{shopTypeId}
|
|
|
+ and FIND_IN_SET(#{shopTypeId},gs.shop_type_id)
|
|
|
</if>
|
|
|
order by gs.is_recommend desc
|
|
|
<if test="screen==1">
|
|
|
@@ -517,7 +517,7 @@
|
|
|
and gs.activity_id = #{activityId}
|
|
|
</if>
|
|
|
<if test="shopTypeId!=null">
|
|
|
- and gs.shop_type_id = #{shopTypeId}
|
|
|
+ and FIND_IN_SET(#{shopTypeId},gs.shop_type_id)
|
|
|
</if>
|
|
|
order by gs.is_recommend desc
|
|
|
<if test="screen==1">
|