Explorar o código

1.3.3采美百科与词条详情功能优化

JiangChongBo %!s(int64=2) %!d(string=hai) anos
pai
achega
a013c25d68
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/main/resources/mapper/BaikeMapper.xml

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

@@ -115,6 +115,7 @@
 		left join cm_baike_type t on p.typeId=t.id
 		where
 		  p.typeId =#{typeId}
+		  and auditStatus=2 and onlineStatus=2 and status=1
 		order by p.publishTime desc
 	</select>