数据处理
This commit is contained in:
@@ -428,9 +428,11 @@
|
||||
<foreach collection="list" item="item" index="index" open="(" separator="," close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
<foreach collection="regionIds" item="item" index="index" open="and region_id in (" separator="," close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
<if test="regionIds!=null and regionIds.size >0">
|
||||
<foreach collection="regionIds" item="item" index="index" open="and region_id in (" separator="," close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
<select id="getShopIdBySuccessOpen" resultType="com.cool.store.entity.ShopInfoDO">
|
||||
select a.id as id, a.partner_id as partnerId
|
||||
|
||||
Reference in New Issue
Block a user