wangyunpeng 9 ماه پیش
والد
کامیت
e130cb784d
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