diff --git a/yudao-module-system/yudao-module-system-biz/src/main/resources/mapper/comment/WorkLogCommentMapper.xml b/yudao-module-system/yudao-module-system-biz/src/main/resources/mapper/comment/WorkLogCommentMapper.xml index e3538cf0..144d974b 100644 --- a/yudao-module-system/yudao-module-system-biz/src/main/resources/mapper/comment/WorkLogCommentMapper.xml +++ b/yudao-module-system/yudao-module-system-biz/src/main/resources/mapper/comment/WorkLogCommentMapper.xml @@ -20,7 +20,8 @@ d.avatar AS commentAvatar, d.nickname AS commentUserName, a.COMMENT AS COMMENT, - a.type AS type e.COMMENT AS replyComment, + a.type AS type, + e.COMMENT AS replyComment, b.name as workLogName, b.form_variables AS workLogContent,