瀏覽代碼

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

anderx 8 年之前
父節點
當前提交
1df89a8dc0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/goafanti/common/mapper/BusinessProjectMapper.xml

+ 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}