From 9f8d579e8e348157a2f84fcb065099fd61b8889d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=82=9C=E7=BF=94?= <2307953404@qq.com> Date: Sun, 13 Oct 2024 14:13:44 +0800 Subject: [PATCH] 1 --- asg_form/Controllers/InviteReferee.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/asg_form/Controllers/InviteReferee.cs b/asg_form/Controllers/InviteReferee.cs index 6fbcea3..303c64d 100644 --- a/asg_form/Controllers/InviteReferee.cs +++ b/asg_form/Controllers/InviteReferee.cs @@ -141,6 +141,7 @@ namespace asg_form.Controllers match = sub.team_Games.FirstOrDefault(i => i.id == record.match_id), create_time = record.create_time, }; + invitationRecord.Add(addData); } var data = new { @@ -196,6 +197,7 @@ namespace asg_form.Controllers match = sub.team_Games.FirstOrDefault(i => i.id == record.match_id), create_time = record.create_time, }; + invitationRecord.Add(addData); } var data = new {