xiangpei
2025-05-29 817c7de04cb6b74164a42ed0e6050ae5b91b0ef1
framework/src/main/resources/mapper/lmk/VideoCommentMapper.xml
@@ -10,6 +10,7 @@
        <result column="reply_id" property="replyId" />
        <result column="reply_user_id" property="replyUserId" />
        <result column="reply_user_nickname" property="replyUserNickname" />
        <result column="reply_user_avatar" property="replyUserAvatar" />
        <result column="master_comment_id" property="masterCommentId" />
        <result column="status" property="status" />
        <result column="create_by" property="userId" />
@@ -74,6 +75,7 @@
            LVC.reply_id,
            LVC.reply_user_id,
            LVC.reply_user_nickname,
            LVC.reply_user_avatar,
            LVC.master_comment_id,
            LVC.status,
            LVC.id,
@@ -108,6 +110,7 @@
            LVC.reply_id,
            LVC.reply_user_id,
            LVC.reply_user_nickname,
            LVC.reply_user_avatar,
            LVC.master_comment_id,
            LVC.status,
            LVC.id,