From 864fb783dc6e88b6a96d682e72b016c6d562910c Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 1 Jul 2025 09:34:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20base=20ticket=20list=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0create=5Fby=5Fname?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wf/serializers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/wf/serializers.py b/apps/wf/serializers.py index 80ca993b..519a31c4 100755 --- a/apps/wf/serializers.py +++ b/apps/wf/serializers.py @@ -128,7 +128,8 @@ class TicketListSerializer(CustomModelSerializer): class Meta: model = Ticket fields = ['id', 'title', 'sn', 'workflow', 'workflow_', 'state', 'state_', - 'act_state', 'create_time', 'update_time', 'participant_type', 'create_by', 'ticket_data', + 'act_state', 'create_time', 'update_time', 'participant_type', + 'create_by', 'create_by_name', 'ticket_data', 'participant_', 'script_run_last_result', 'participant'] def get_participant_(self, obj):