Browse Source

我的关注项目BUG修复

anderx 8 years ago
parent
commit
8db23524a6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/main/java/com/goafanti/common/mapper/DemandMapper.xml

+ 0 - 3
src/main/java/com/goafanti/common/mapper/DemandMapper.xml

@@ -1695,9 +1695,6 @@
   <select id="findAppProjectInterestCount" parameterType="String" resultType="java.lang.Integer">
   	select count(1)
 	from project_interest t
-	left join (select id,count(0)  as countInterest ,project_id from project_interest
-				group by project_id
-				) x on t.id=x.id  
 	left join business_project  b on t.project_id=b.id
 	where  t.uid=#{uid,jdbcType=VARCHAR}
 	</select>