소스 검색

政策、新闻BUG修复

anderx 7 년 전
부모
커밋
b9cb614406
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/common/mapper/NewsMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/NewsMapper.xml

@@ -364,7 +364,7 @@
 			a.title_img as titleImg
 		from news a
 		left join district_glossory d on a.province_id=d.id
-		where a.type =0
+		where a.type =0 and audit_status=2
 		order by a.release_date desc
 		<if test="page_sql != null">
 			${page_sql}