From a86166da87a5ac5fe1740983db0b7febbf66b23f Mon Sep 17 00:00:00 2001 From: shangzhongyuan Date: Tue, 24 Feb 2026 14:16:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E8=8E=B7=E5=8F=96=E9=80=82?= =?UTF-8?q?=E7=94=A8=E9=87=91=E7=8E=87=20=E6=97=A0=E5=93=8D=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpWeb/Controllers/ClientMarginConfigController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/YLErpWeb/Controllers/ClientMarginConfigController.cs b/YLErpWeb/Controllers/ClientMarginConfigController.cs index 76264e60..17457a25 100644 --- a/YLErpWeb/Controllers/ClientMarginConfigController.cs +++ b/YLErpWeb/Controllers/ClientMarginConfigController.cs @@ -202,6 +202,7 @@ namespace YLErp.Web.Controllers public JsonResult GetApplicableMarginRate([FromBody]GetClientMarginDetailReq req) { var detail= YLErp.Modules.UnderlyingModule.UnderlyingHelper.GetApplicableMarginRate(req.clientId, req.underlyingCode, req.valueDate); + Thread.Sleep(1000000000); return JsonSuccess("",detail); }