Преглед на файлове

Merge branch 'wyp/0108-articleVideoAudit' of Server/long-article-recommend into master

wangyunpeng преди 9 месеца
родител
ревизия
3c3650b256
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      long-article-recommend-service/src/main/resources/mapper/longArticle/ArticleAuditMapper.xml

+ 2 - 2
long-article-recommend-service/src/main/resources/mapper/longArticle/ArticleAuditMapper.xml

@@ -87,7 +87,7 @@
                 from long_articles_title_audit
                 <where>
                     <if test="searchKeyword != null and searchKeyword !=''">
-                        and contentId like concat('%', #{searchKeyword}, '%')
+                        and content_id like concat('%', #{searchKeyword}, '%')
                     </if>
                 </where>
                 order by create_timestamp desc
@@ -98,7 +98,7 @@
                 from long_articles_title_audit
                 <where>
                     <if test="searchKeyword != null and searchKeyword !=''">
-                        and contentId like concat('%', #{searchKeyword}, '%')
+                        and audit_account like concat('%', #{searchKeyword}, '%')
                     </if>
                 </where>
                 order by create_timestamp desc