外呼记录查询条件修改

This commit is contained in:
zhangheng 2024-12-19 11:09:36 +08:00
parent 4c9a214935
commit 724028bb91

View File

@ -1182,7 +1182,7 @@
and spmrn.sn = #{sn}
</if>
<if test="contentedFlag != null and contentedFlag != ''">
and spmrn.contented_flag = #{contentedFlag}
and pqsr.contented_flag = #{contentedFlag}
</if>
ORDER BY spmrn.create_time DESC
</select>