fix:修复Bug【69312】
预览--评论后时间的排序不对
This commit is contained in:
@@ -10,8 +10,7 @@
|
|||||||
ruc.user_id AS userId,
|
ruc.user_id AS userId,
|
||||||
u.USNAME AS userName,
|
u.USNAME AS userName,
|
||||||
ruc.comment AS comment,
|
ruc.comment AS comment,
|
||||||
ruc.create_time AS createTime,
|
ruc.create_time AS createTime
|
||||||
o.ORG_NAME AS orgName
|
|
||||||
FROM
|
FROM
|
||||||
`ts_report_user_comment` AS ruc
|
`ts_report_user_comment` AS ruc
|
||||||
INNER JOIN ts_user AS u ON u.USID = ruc.user_id
|
INNER JOIN ts_user AS u ON u.USID = ruc.user_id
|
||||||
@@ -19,5 +18,6 @@
|
|||||||
ruc.del_flag = 0
|
ruc.del_flag = 0
|
||||||
AND
|
AND
|
||||||
ruc.report_id = #{dto.reportId}
|
ruc.report_id = #{dto.reportId}
|
||||||
|
ORDER BY ruc.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user