From 2b919980a8c70554a64cb3d03cc95679af4d817f Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期一, 03 七月 2023 00:22:16 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-db/src/main/resources/mapper/fee/PayFeeDetailMonthServiceDaoImplMapper.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/fee/PayFeeDetailMonthServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/fee/PayFeeDetailMonthServiceDaoImplMapper.xml
index 1f5d718..f540b36 100644
--- a/java110-db/src/main/resources/mapper/fee/PayFeeDetailMonthServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/fee/PayFeeDetailMonthServiceDaoImplMapper.xml
@@ -166,7 +166,7 @@
     </update>
 
     <!-- 鍒犻櫎绂绘暎鏁版嵁 -->
-    <update id="deletePayFeeDetailMonthInfo" parameterType="Map">
+    <delete id="deletePayFeeDetailMonthInfo" parameterType="Map">
         delete from pay_fee_detail_month
         where 1=1
         and community_id= #{communityId}
@@ -179,7 +179,7 @@
         <if test="detailId !=null and detailId != ''">
             and detail_id= #{detailId}
         </if>
-    </update>
+    </delete>
 
     <!-- 鏌ヨ鏈堢即璐硅〃鏁伴噺 add by wuxw 2018-07-03 -->
     <select id="queryPayFeeDetailMonthsCount" parameterType="Map" resultType="Map">
@@ -437,7 +437,7 @@
         <if test="payFeeTime !=null and payFeeTime != ''">
             and t.pay_fee_time= #{payFeeTime}
         </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 ">
             limit #{page}, #{row}
         </if>

--
Gitblit v1.8.0