修改bug
This commit is contained in:
parent
adb23bb268
commit
44e84bce11
@ -28,7 +28,6 @@ public class MyLikedVlog extends BaseAudit {
|
||||
@TableField("vlog_id")
|
||||
private String vlogId;
|
||||
|
||||
private Date createdTime;
|
||||
|
||||
|
||||
}
|
||||
|
@ -8,7 +8,7 @@
|
||||
<id column="id" property="id" jdbcType="VARCHAR" />
|
||||
<result column="user_id" property="userId" jdbcType="VARCHAR" />
|
||||
<result column="vlog_id" property="vlogId" jdbcType="VARCHAR" />
|
||||
<result column="created_time" property="createdTime" jdbcType="TIMESTAMP" />
|
||||
<result column="create_time" property="createTime" jdbcType="TIMESTAMP" />
|
||||
|
||||
</resultMap>
|
||||
</mapper>
|
||||
|
@ -120,7 +120,7 @@
|
||||
</foreach>
|
||||
</if>
|
||||
ORDER BY
|
||||
v.created_time
|
||||
v.create_time
|
||||
DESC
|
||||
</select>
|
||||
|
||||
|
@ -59,7 +59,7 @@
|
||||
</foreach>
|
||||
</if>
|
||||
ORDER BY
|
||||
v.created_time
|
||||
v.create_time
|
||||
DESC
|
||||
</select>
|
||||
|
||||
@ -145,7 +145,7 @@
|
||||
</foreach>
|
||||
</if>
|
||||
ORDER BY
|
||||
v.created_time
|
||||
v.create_time
|
||||
DESC
|
||||
</select>
|
||||
|
||||
@ -187,7 +187,7 @@
|
||||
AND
|
||||
f.fan_id = #{paramMap.myId}
|
||||
ORDER BY
|
||||
v.created_time
|
||||
v.create_time
|
||||
DESC
|
||||
</select>
|
||||
|
||||
@ -231,7 +231,7 @@
|
||||
AND
|
||||
f.is_fan_friend_of_mine = 1
|
||||
ORDER BY
|
||||
v.created_time
|
||||
v.create_time
|
||||
DESC
|
||||
</select>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user