소스 검색

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