外呼记录查询条件修改
This commit is contained in:
parent
4c9a214935
commit
724028bb91
@ -1182,7 +1182,7 @@
|
|||||||
and spmrn.sn = #{sn}
|
and spmrn.sn = #{sn}
|
||||||
</if>
|
</if>
|
||||||
<if test="contentedFlag != null and contentedFlag != ''">
|
<if test="contentedFlag != null and contentedFlag != ''">
|
||||||
and spmrn.contented_flag = #{contentedFlag}
|
and pqsr.contented_flag = #{contentedFlag}
|
||||||
</if>
|
</if>
|
||||||
ORDER BY spmrn.create_time DESC
|
ORDER BY spmrn.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user