소스 검색

经费开支获取详情列表

新疆警官学校中职
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,


불러오는 중...
취소
저장