浏览代码

经费开支获取详情列表

新疆警官学校中职
ndbs 2 年前
父节点
当前提交
669d44b732
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 查看文件

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


正在加载...
取消
保存