Browse Source

更改APP推荐列表实质为项目精品推荐

anderx 8 years ago
parent
commit
1df89a8dc0

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

@@ -745,6 +745,7 @@
 				group by project_id) t on b.id=t.project_id
   		where b.delete_sign=0 
   		and b.status=0
+  		and boutique=1
   		order by b.boutique desc
   		<if test="page_sql!=null">
 			${page_sql}