@@ -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>