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