ly hai 4 meses
pai
achega
e2729b4270

+ 1 - 0
src/main/resources/mapper/PrjAnnualbudgetDao.xml

@@ -477,6 +477,7 @@
477
         select distinct NF
477
         select distinct NF
478
         from prj_AnnualBudget
478
         from prj_AnnualBudget
479
         where NF is not NULL
479
         where NF is not NULL
480
+        ORDER BY NF DESC
480
     </select>
481
     </select>
481
 
482
 
482
     <!--批量删除年度预算-->
483
     <!--批量删除年度预算-->

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

@@ -588,6 +588,7 @@
588
         select distinct NF
588
         select distinct NF
589
         from sta_BudgetApproval
589
         from sta_BudgetApproval
590
         where NF is not NULL
590
         where NF is not NULL
591
+        ORDER BY NF DESC
591
     </select>
592
     </select>
592
     <!--获取项目类型-->
593
     <!--获取项目类型-->
593
     <select id="getXmlx" resultMap="StaBudgetapprovalMap">
594
     <select id="getXmlx" resultMap="StaBudgetapprovalMap">