|
@@ -96,7 +96,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="selectQwExternalContactListVOByIds" resultType="com.fs.qw.param.QwExternalContactVOTime">
|
|
<select id="selectQwExternalContactListVOByIds" resultType="com.fs.qw.param.QwExternalContactVOTime">
|
|
|
- select id,tag_ids,remark,create_time,fs_user_id,avatar from qw_external_contact
|
|
|
|
|
|
|
+ select id,tag_ids,remark,create_time,fs_user_id,avatar,level from qw_external_contact
|
|
|
where id in
|
|
where id in
|
|
|
<foreach collection="ids" item="id" open="(" separator="," close=")">
|
|
<foreach collection="ids" item="id" open="(" separator="," close=")">
|
|
|
#{id}
|
|
#{id}
|