Compare commits

..

No commits in common. "8943443e24a30046eb5a815ed6ae35260a4a325a" and "eca63e993da8d84d07dd2c79bad25c6d7c9644d9" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ class WfService(object):
create_time=timezone.now(),
act_state=Ticket.TICKET_ACT_STATE_DRAFT,
belong_dept=handler.belong_dept,
ticket_data=save_ticket_data, participant_type=1, participant=handler.id) # 先创建出来
ticket_data=save_ticket_data) # 先创建出来
# 更新title和sn
ticket_title = oinfo.get("title", "")
title_template = ticket.workflow.title_template