Explorar o código

Merge branch 'master' of jishutao/jitao-server into test

liliang4869 %!s(int64=7) %!d(string=hai) anos
pai
achega
44aff500d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/java/com/goafanti/common/mapper/DemandMapper.xml

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

@@ -1168,7 +1168,7 @@ order by release_date desc limit #{0}
   	${page_sql}
   </if>
   </select>
-    <select id="findInterestedDemand" resultType="java.lang.Integer">
+    <select id="findInterestedDemandCount" resultType="java.lang.Integer">
    select count(0)
    from demand a
    left join demand_interest di on di.demand_id=a.id