Browse Source

费用申请-此科目年度预算和项目年度经费

lgl 11 months ago
parent
commit
ca98a6269d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/StaBudgetapprovalDao.xml

+ 1 - 1
src/main/resources/mapper/StaBudgetapprovalDao.xml

@@ -861,7 +861,7 @@
861 861
                (select YSJE from prj_AnnualBudgetDetail where NYS = b.NYS and ID = b.FYLB) as YSJE,
862 862
 
863 863
                (SELECT
864
-                 ISNULL(sr.BZJE ,sb.SQJE) nysje
864
+               sum(ISNULL(sr.BZJE ,sb.SQJE))
865 865
               from
866 866
                 sta_BudgetApproval sb
867 867
                 left join sta_Reimbursement sr on sr.fysq = sb.id and sr.SPZT = '审批结束'