Antiloveg 8 年之前
父節點
當前提交
74f8784ef0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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">