From 2fbfc7930364dffbb846d018226755ab66f5bcfb Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 25 三月 2024 14:31:10 +0800 Subject: [PATCH] 版本大更新 --- Yw.Application.Repair.Core/01-request-form/RepairRequestForm_Controller.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Yw.Application.Repair.Core/1-request-form/1-mgr/RepairRequestForm_Controller.cs b/Yw.Application.Repair.Core/01-request-form/RepairRequestForm_Controller.cs similarity index 97% rename from Yw.Application.Repair.Core/1-request-form/1-mgr/RepairRequestForm_Controller.cs rename to Yw.Application.Repair.Core/01-request-form/RepairRequestForm_Controller.cs index 75b459f..2cddbc2 100644 --- a/Yw.Application.Repair.Core/1-request-form/1-mgr/RepairRequestForm_Controller.cs +++ b/Yw.Application.Repair.Core/01-request-form/RepairRequestForm_Controller.cs @@ -97,7 +97,7 @@ { throw YOops.Oh(eResultCode.Alert, ErrorCodes.V001, $"ID:{input.ID} 琛ㄥ崟鐘舵�侀敊璇�"); } - var bol = _service.Accept(input.ID, input.Note, UserManager.UserID, DateTime.Now, UserManager.UserName); + var bol = _service.Accept(input.ID, input.Note); return bol; } @@ -117,7 +117,7 @@ { throw YOops.Oh(eResultCode.Alert, ErrorCodes.V001, $"ID:{input.ID} 琛ㄥ崟鐘舵�侀敊璇�"); } - var bol = _service.Reject(input.ID, input.Reason, UserManager.UserID, DateTime.Now, UserManager.UserName); + var bol = _service.Reject(input.ID, input.Reason); return bol; } -- Gitblit v1.9.3