From 552e1584fab1c90b6027092618172f4fd0014c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=82=9C=E7=BF=94?= <2307953404@qq.com> Date: Mon, 7 Oct 2024 11:38:48 +0800 Subject: [PATCH] q --- asg_form/Controllers/Budget/BgCountController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asg_form/Controllers/Budget/BgCountController.cs b/asg_form/Controllers/Budget/BgCountController.cs index ca851cd..64e1a52 100644 --- a/asg_form/Controllers/Budget/BgCountController.cs +++ b/asg_form/Controllers/Budget/BgCountController.cs @@ -123,7 +123,7 @@ namespace asg_form.Controllers.Budget budget.used_event_name = msg.usedEventName; budget.used_event_id = msg.usedEventId; budget.update_person = msg.updatePerson; - budget.change_time = currentTime.ToString(); + budget.update_time = currentTime.ToString(); await sub.SaveChangesAsync(); return Ok(new error_mb { code = 200, message = "更新预算成功" }); }