模拟获取适用金率 无响应

This commit is contained in:
shangzhongyuan
2026-03-20 13:39:02 +08:00
committed by hjhan
parent 4a988a9fbc
commit a86166da87
@@ -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);
}