java110 пре 2 година
родитељ
комит
b05072c132

+ 1 - 1
java110-db/src/main/resources/mapper/fee/PayFeeDetailMonthServiceDaoImplMapper.xml

@@ -437,7 +437,7 @@
         <if test="payFeeTime !=null and payFeeTime != ''">
         <if test="payFeeTime !=null and payFeeTime != ''">
             and t.pay_fee_time= #{payFeeTime}
             and t.pay_fee_time= #{payFeeTime}
         </if>
         </if>
-        order by t.detail_year desc,t.detail_month
+        order by t.detail_year,t.detail_month
         <if test="page != -1 and page != null ">
         <if test="page != -1 and page != null ">
             limit #{page}, #{row}
             limit #{page}, #{row}
         </if>
         </if>