소스 검색

Merge remote-tracking branch 'origin/dev' into dev

fangzhen 2 주 전
부모
커밋
64835367d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-generator/src/main/resources/mapper/community/CommunityCollectionMapper.xml

+ 1 - 1
ruoyi-generator/src/main/resources/mapper/community/CommunityCollectionMapper.xml

@@ -25,7 +25,7 @@
         WHERE a.user_id = #{userId}
         AND (a.is_delete != '1' OR a.is_delete IS NULL)
         AND (b.is_delete != '1' OR b.is_delete IS NULL)
-        AND (c.is_delete != '1' OR c.is_delete IS NULL)   AND (c.is_draft != '1' OR c.is_draft IS NULL)
+        AND (c.is_delete != '1' OR c.is_delete IS NULL)
         <if test="articleId != null and articleId != ''">
             AND b.article_id = #{articleId}
         </if>