From 1b88386193c5c6ed96dbf7353b461629b4a2a401 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 12 Nov 2025 10:58:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20base=20wfservice=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E5=87=BA=E5=B7=A5=E5=8D=95=E6=97=B6=E5=A4=84=E7=90=86=E4=BA=BA?= =?UTF-8?q?=E4=B8=BA=E6=8F=90=E4=BA=A4=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wf/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wf/services.py b/apps/wf/services.py index 3b6dcad3..60397f88 100755 --- a/apps/wf/services.py +++ b/apps/wf/services.py @@ -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) # 先创建出来 + ticket_data=save_ticket_data, participant_type=1, participant=handler.id) # 先创建出来 # 更新title和sn ticket_title = oinfo.get("title", "") title_template = ticket.workflow.title_template