Browse Source

APP推荐列表更换成精品则推荐

anderx 8 years ago
parent
commit
c18b8ad3bb

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

@@ -726,6 +726,7 @@
   		from business_project 
   		where delete_sign=0 
   		and status=0
+  		and boutique=1
   		<if test="page_sql!=null">
 			${page_sql}
 		</if>