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