Просмотр исходного кода

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

anderx лет назад: 8
Родитель
Сommit
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
 				group by project_id) t on b.id=t.project_id
   		where b.delete_sign=0 
   		where b.delete_sign=0 
   		and b.status=0
   		and b.status=0
+  		and boutique=1
   		order by b.boutique desc
   		order by b.boutique desc
   		<if test="page_sql!=null">
   		<if test="page_sql!=null">
 			${page_sql}
 			${page_sql}