浏览代码

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