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,