Explorar o código

我的关注项目BUG修复

anderx %!s(int64=8) %!d(string=hai) anos
pai
achega
8db23524a6
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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 id="findAppProjectInterestCount" parameterType="String" resultType="java.lang.Integer">
   	select count(1)
   	select count(1)
 	from project_interest t
 	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
 	left join business_project  b on t.project_id=b.id
 	where  t.uid=#{uid,jdbcType=VARCHAR}
 	where  t.uid=#{uid,jdbcType=VARCHAR}
 	</select>
 	</select>