remove answered bug fixes

This commit is contained in:
Donghuang 2021-11-03 00:34:28 +08:00
parent 9e02cdf5c9
commit 6f345f45d2

View File

@ -113,7 +113,7 @@
on c.phone = cdr.called_number
<![CDATA[
where cdr.start_stamp > date(now() - interval 21 day)
where cdr.start_stamp > date(now())
and cdr.tenant_id = #{arg.tenantId}
and cdr.answer_stamp is not null