CallSatisfaction query bug fixes
This commit is contained in:
parent
4c3009126f
commit
ae4c595551
@ -13,7 +13,7 @@
|
||||
<select id="listWithCdr" resultType="com.pudonghot.yo.mapper.response.CallSatisfactionMapperResp">
|
||||
select t.digits, cdr.* from
|
||||
<include refid="table" /> t
|
||||
join br_call_detail_record cdr
|
||||
join br_call_detail_record_all cdr
|
||||
on t.conn_id = cdr.conn_id
|
||||
<include refid="Tigon.search" />
|
||||
</select>
|
||||
@ -21,7 +21,7 @@
|
||||
<select id="countWithCdr" resultType="int">
|
||||
select count(t.id) from
|
||||
<include refid="table" /> t
|
||||
join br_call_detail_record cdr
|
||||
join br_call_detail_record_all cdr
|
||||
on t.conn_id = cdr.conn_id
|
||||
<include refid="Tigon.searchForCount" />
|
||||
</select>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<jackson.version>2.12.0</jackson.version>
|
||||
<spring.version>5.2.12.RELEASE</spring.version>
|
||||
<spring-boot.version>2.3.7.RELEASE</spring-boot.version>
|
||||
<tigon-mybatis.version>0.0.7</tigon-mybatis.version>
|
||||
<tigon-mybatis.version>0.0.8</tigon-mybatis.version>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
|
Loading…
x
Reference in New Issue
Block a user