wangyunpeng пре 6 месеци
родитељ
комит
e130cb784d

+ 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