proper status

This commit is contained in:
王炜翔 2024-09-17 11:06:47 +08:00
parent 552c53789f
commit 19a7d7749e

View File

@ -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 = "成功修改" });
}