Bläddra i källkod

经费开支获取详情列表

新疆警官学校中职
ndbs 2 år sedan
förälder
incheckning
669d44b732
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/FundsApplyApi.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/FundsApplyApi.cs Visa fil

@@ -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,


Laddar…
Avbryt
Spara