fix: 历史cdr
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
WHERE
|
WHERE
|
||||||
cdr.del_flag = 0
|
cdr.del_flag = 0
|
||||||
AND ch.id is not null
|
AND ch.id is not null
|
||||||
AND c.client_id is not null
|
AND c.id is not null
|
||||||
<if test="userId != null and userId != ''">
|
<if test="userId != null and userId != ''">
|
||||||
AND cdr.user_id = #{userId}
|
AND cdr.user_id = #{userId}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user