|
|
@@ -141,8 +141,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</delete>
|
|
|
|
|
|
|
|
|
- <select id="selectCcOutboundCdrByIds" resultType="com.ruoyi.cc.domain.CcOutboundCdr">
|
|
|
- <include refid="selectCcOutboundCdrVo"/>
|
|
|
+ <select id="selectCcOutboundCdrByIds" resultMap="CcOutboundCdrResult">
|
|
|
+ select * from cc_outbound_cdr
|
|
|
<where>
|
|
|
<if test="ids != null and ids.size() > 0">
|
|
|
id IN
|