From 669d44b7329b38e5db576e4cb80abf228d9c7b5c Mon Sep 17 00:00:00 2001 From: ndbs Date: Fri, 2 Dec 2022 17:39:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E8=B4=B9=E5=BC=80=E6=94=AF=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E8=AF=A6=E6=83=85=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.WebApi/Modules/FundsApplyApi.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/FundsApplyApi.cs b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/FundsApplyApi.cs index c4b33dc79..986850e52 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/FundsApplyApi.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/FundsApplyApi.cs @@ -96,7 +96,7 @@ namespace Learun.Application.WebApi { FundsApplyEntity parameter = this.GetReqData(); var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); - var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(parameter.Id); + var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); var jsonData = new { FundsApply = FundsApplyData,