Преглед на файлове

更改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}