From f42983b35c738a28ed4b9d1732d1045c5f2a19bb Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期日, 09 五月 2021 16:57:12 +0800
Subject: [PATCH] 优化代码

---
 java110-db/src/main/resources/mapper/common/AdvertServiceDaoImplMapper.xml |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/common/AdvertServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/common/AdvertServiceDaoImplMapper.xml
index 8352c00..72eac6b 100755
--- a/java110-db/src/main/resources/mapper/common/AdvertServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/common/AdvertServiceDaoImplMapper.xml
@@ -11,13 +11,6 @@
     (#{classify},#{adName},#{locationTypeCd},#{adTypeCd},#{advertId},#{operate},#{startTime},#{state},#{endTime},#{communityId},#{bId},#{locationObjId},#{seq})
     </insert>
 
-    <!-- 淇濆瓨骞垮憡淇℃伅 -->
-    <insert id="saveAdverts" parameterType="Map">
-    insert into advert(advert_id,b_id,ad_name,ad_type_cd,classify,community_id,location_type_cd,location_obj_id,state,seq,start_time,end_time,create_time)
-    values
-    (#{advertId},#{bId},#{adName},#{adTypeCd},#{classify},#{communityId},#{locationTypeCd},#{locationObjId},#{state},#{seq},#{startTime},#{endTime},#{createTime})
-    </insert>
-
     <!-- 鏌ヨ骞垮憡淇℃伅淇℃伅锛圔usiness锛� add by wuxw 2018-07-03 -->
     <select id="getBusinessAdvertInfo" parameterType="Map" resultType="Map">
         select t.classify,t.ad_name,t.ad_name adName,t.location_type_cd,t.location_type_cd

--
Gitblit v1.8.0