|
@@ -788,7 +788,7 @@
|
|
|
</select>
|
|
|
|
|
|
<select id="queryByIds" resultMap="VipGroup" parameterType="string">
|
|
|
- select * from vip_group where id_ in (#{idList})
|
|
|
+ select * from vip_group where FIND_IN_SET(id_,#{idList})
|
|
|
</select>
|
|
|
<resultMap id="VipBuyResult" type="com.ym.mec.biz.dal.dto.VipBuyResultDto">
|
|
|
<result property="vipGroupId" column="id_"/>
|