From 5e05582d9104ca490d832269d8683034b8d635f8 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Sun, 9 Nov 2025 12:27:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20base=20handle=5Fticket=E5=A4=84=E7=90=86?= =?UTF-8?q?ticket=5Ftitle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wf/services.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/wf/services.py b/apps/wf/services.py index 12889abb..44702005 100755 --- a/apps/wf/services.py +++ b/apps/wf/services.py @@ -328,6 +328,7 @@ class WfService(object): belong_dept=handler.belong_dept, ticket_data=save_ticket_data) # 先创建出来 # 更新title和sn + ticket_title = oinfo.get("title", "") title_template = ticket.workflow.title_template if title_template: all_ticket_data = {**oinfo, **new_ticket_data}