Browse Source

费用申请-此科目年度预算和项目年度经费(修改)

lgl 11 months ago
parent
commit
0572b84c86

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

@@ -845,7 +845,7 @@
845 845
     <!--项目分项费用信息-->
846 846
     <select id="getKmFyInfo" resultMap="StaBudgetapprovalMap" parameterType="map">
847 847
         select b.NYS, b.FYLB,
848
-               ISNULL((select SUM(SQJE) from sta_BudgetApproval where  NYS = #{nys1} and FYLB = #{fylb1} and SPZT != '作废' and SFBYJ =0),0) as SQJE,
848
+               ISNULL((select SUM(SQJE) from sta_BudgetApproval where  NYS = #{nys1} and FYLB = #{fylb1} and SPZT != '作废'),0) as SQJE,
849 849
                (select
850 850
                     SUM(sr.bzje)
851 851
                 from

File diff suppressed because it is too large
+ 682 - 533
src/main/resources/templates/annualbudget/add_apply.html


File diff suppressed because it is too large
+ 586 - 423
src/main/resources/templates/stabudgetapproval/update_apply.html