|
|
@@ -351,7 +351,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
|
<select id="selectCcCallPhoneListByIds" parameterType="java.util.List" resultMap="CcCallPhoneResult">
|
|
|
<include refid="selectCcCallPhoneVo"/>
|
|
|
- where callstatus!= 0 and id in
|
|
|
+ where uuid is not null and id in
|
|
|
<foreach item="id" collection="list" open="(" separator="," close=")">
|
|
|
#{id}
|
|
|
</foreach>
|