From b5e47a74ad88c453bf82fb8b870b69ac9d45503f Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 06 八月 2021 16:08:51 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

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

diff --git a/java110-db/src/main/resources/mapper/common/AdvertServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/common/AdvertServiceDaoImplMapper.xml
index 32991f6..b5acb5d 100755
--- a/java110-db/src/main/resources/mapper/common/AdvertServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/common/AdvertServiceDaoImplMapper.xml
@@ -276,10 +276,10 @@
             , t.view_type = #{viewType}
         </if>
         <if test="advertType !=null and advertType != ''">
-            and t.advert_type = #{advertType}
+            ,  t.advert_type = #{advertType}
         </if>
         <if test="pageUrl !=null and pageUrl != ''">
-            and t.page_url= #{pageUrl}
+            ,  t.page_url= #{pageUrl}
         </if>
         where 1=1
         <if test="advertId !=null and advertId != ''">

--
Gitblit v1.8.0