Aslee 3 年之前
父节点
当前提交
0f0805f81f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/SearchMapper.xml

+ 1 - 1
src/main/resources/mapper/SearchMapper.xml

@@ -409,7 +409,7 @@
         left join info_praise c on a.id = c.infoId
         <where>
             a.enabledStatus = 1
-            and a.auditStatus = 1
+            and a.auditStatus = 2
             <if test="articleId != null">
                 and a.id = #{articleId}
             </if>