1098226878
2021-08-06 c75d4188e19e744d0b6e3f7536528e396a391dc0
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 != ''">