Files
wecom_it_smart_desk/scripts/debug/check_balance.sql
T
2026-08-11 14:16:50 +08:00

6 lines
132 B
SQL

SELECT id, created_at, message_type, sender_type, content
FROM messages
WHERE sender_type = 'ai'
ORDER BY created_at DESC
LIMIT 10;