日志评论

This commit is contained in:
aikai 2024-04-12 12:01:19 +08:00
parent 09ca3f3260
commit 080cc6bea5

View File

@ -20,7 +20,8 @@
d.avatar AS commentAvatar, d.avatar AS commentAvatar,
d.nickname AS commentUserName, d.nickname AS commentUserName,
a.COMMENT AS COMMENT, a.COMMENT AS COMMENT,
a.type AS type e.COMMENT AS replyComment, a.type AS type,
e.COMMENT AS replyComment,
<if test="dto.isShowWorkLogContent != null and dto.isShowWorkLogContent == 1"> <if test="dto.isShowWorkLogContent != null and dto.isShowWorkLogContent == 1">
b.name as workLogName, b.name as workLogName,
b.form_variables AS workLogContent, b.form_variables AS workLogContent,