Sfoglia il codice sorgente

Merge branch 'test' of ssh://git@git.jishutao.com:55555/jishutao/jitao-server.git into test

limin 7 anni fa
parent
commit
64768e0ce8

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

@@ -815,7 +815,7 @@
   	left join user c on a.owner_id=c.id
   	left join (select project_id as id,count(*) as count  from project_interest group by project_id) d 
   	on a.id=d.id
-  	where  a.is_hot=1
+  	where  a.is_hot=1 and a.audit_status=2
    <if test="type==1">
   	and b.module != 1 
   	</if>