Antiloveg 8 years ago
parent
commit
2c448f2743
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/DemandInterestMapper.xml

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

@@ -110,7 +110,7 @@
    <select id="selectDemandInterestByUidAndDemandId" resultMap="BaseResultMap"  >
     select 
     <include refid="Base_Column_List" />
-    from demand
+    from demand_interest
     where uid = #{0} and demand_id = #{1}
   </select>
 </mapper>