fix: отправлять email-отчёт на все заявки, а не только прошедшие через ИИ

This commit is contained in:
gitea
2026-07-04 21:09:02 +07:00
parent b7c25c4ff1
commit 1c652ccee2
2 changed files with 2 additions and 3 deletions
Binary file not shown.
-1
View File
@@ -922,7 +922,6 @@ def process_ticket_logic(req_id):
t_log("⏭ Пропуск: Условия автосогласования не выполнены.")
# Отправляем письмо с накопленным логом
if ai_was_used:
full_log_str = "\n".join(decision_log_lines)
send_email_report(req_id, requester_name, subject, text_to_classify, final_category, full_log_str)