fix: base handle_ticket处理ticket_title

This commit is contained in:
caoqianming 2025-11-09 12:27:30 +08:00
parent 01305eeb08
commit 5e05582d91
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ class WfService(object):
belong_dept=handler.belong_dept, belong_dept=handler.belong_dept,
ticket_data=save_ticket_data) # 先创建出来 ticket_data=save_ticket_data) # 先创建出来
# 更新title和sn # 更新title和sn
ticket_title = oinfo.get("title", "")
title_template = ticket.workflow.title_template title_template = ticket.workflow.title_template
if title_template: if title_template:
all_ticket_data = {**oinfo, **new_ticket_data} all_ticket_data = {**oinfo, **new_ticket_data}