|
|
@@ -96,7 +96,7 @@ namespace Learun.Application.WebApi |
|
|
|
{ |
|
|
|
FundsApplyEntity parameter = this.GetReqData<FundsApplyEntity>(); |
|
|
|
var FundsApplyData = fundsApplyIBLL.GetEntityByProcessId(parameter.ProcessId); |
|
|
|
var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(parameter.Id); |
|
|
|
var FundsApplyDetailData = fundsApplyDetailIBLL.GetListByApplyId(FundsApplyData.Id); |
|
|
|
var jsonData = new |
|
|
|
{ |
|
|
|
FundsApply = FundsApplyData, |
|
|
|