From 093b73aadb022895a02dbbcd64b87613e19b547b Mon Sep 17 00:00:00 2001
From: 1098226878@qq.com <1098226878@qq.com>
Date: 星期一, 10 一月 2022 18:05:21 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-db/src/main/resources/mapper/fee/PayFeeConfigDiscountServiceDaoImplMapper.xml | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/fee/PayFeeConfigDiscountServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/fee/PayFeeConfigDiscountServiceDaoImplMapper.xml
index 7cea05c..5e8a6fd 100755
--- a/java110-db/src/main/resources/mapper/fee/PayFeeConfigDiscountServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/fee/PayFeeConfigDiscountServiceDaoImplMapper.xml
@@ -4,7 +4,6 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="payFeeConfigDiscountServiceDaoImpl">
-
<!-- 淇濆瓨璐圭敤椤规姌鎵d俊鎭� add by wuxw 2018-07-03 -->
<insert id="savePayFeeConfigDiscountInfo" parameterType="Map">
insert into pay_fee_config_discount(
@@ -13,7 +12,6 @@
#{configDiscountId},#{configId},#{discountId},#{communityId},#{startTime},#{endTime},#{payMaxEndTime}
)
</insert>
-
<!-- 鏌ヨ璐圭敤椤规姌鎵d俊鎭� add by wuxw 2018-07-03 -->
<select id="getPayFeeConfigDiscountInfo" parameterType="Map" resultType="Map">
@@ -48,9 +46,7 @@
<if test="page != -1 and page != null ">
limit #{page}, #{row}
</if>
-
</select>
-
<!-- 淇敼璐圭敤椤规姌鎵d俊鎭� add by wuxw 2018-07-03 -->
<update id="updatePayFeeConfigDiscountInfo" parameterType="Map">
@@ -71,7 +67,6 @@
<if test="configDiscountId !=null and configDiscountId != ''">
and t.config_discount_id= #{configDiscountId}
</if>
-
</update>
<!-- 鏌ヨ璐圭敤椤规姌鎵f暟閲� add by wuxw 2018-07-03 -->
@@ -94,8 +89,6 @@
<if test="communityId !=null and communityId != ''">
and t.community_id= #{communityId}
</if>
-
-
</select>
</mapper>
--
Gitblit v1.8.0