2
0

fix: 历史cdr

This commit is contained in:
caiyuchao
2025-06-23 19:00:35 +08:00
parent d97fa12744
commit 60715a123c

View File

@@ -48,7 +48,7 @@
WHERE
cdr.del_flag = 0
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 != ''">
AND cdr.user_id = #{userId}
</if>