diff --git a/asg_form/Controllers/Teamregistration/RegisterController.cs b/asg_form/Controllers/Teamregistration/RegisterController.cs index 079e248..1594649 100644 --- a/asg_form/Controllers/Teamregistration/RegisterController.cs +++ b/asg_form/Controllers/Teamregistration/RegisterController.cs @@ -103,7 +103,7 @@ namespace asg_form.Controllers.Teamregistration query.history_rank = msg.historyRank; query.contact_number = msg.contactNumber; query.create_time = dateString; - + query.status = "1"; await sub.SaveChangesAsync(); return Ok(new error_mb { code = 200, message = "成功修改" }); }