Antiloveg 8 년 전
부모
커밋
2c448f2743
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>