Antiloveg 8 years ago
parent
commit
74f8784ef0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserInterestMapper.xml

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

@@ -113,7 +113,7 @@
 	WHERE
 		ui.from_uid = #{fromUid,jdbcType=VARCHAR}
 	ORDER BY
-		ui.createTime DESC
+		ui.create_time DESC
   </select>
   
   <select id="findInterestUserCount" resultType="java.lang.Integer" parameterType="java.lang.String">