소스 검색

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

喻文俊 3 년 전
부모
커밋
20b914005d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/resources/mapper/ArticleMapper.xml

+ 1 - 0
src/main/resources/mapper/ArticleMapper.xml

@@ -122,6 +122,7 @@
 		WHERE
 		  a.id = #{id}
 		  AND a.enabledStatus = 1
+		  and a.auditStatus = 1
 	</select>
 	<select id="findLabelIdsByName" resultType="java.lang.Integer">
 		select id