Skip to main content

row_to_admin_comment

Function row_to_admin_comment 

Source
pub fn row_to_admin_comment(row: &Row) -> AdminComment
Expand description

将数据库行转换为后台管理使用的评论结构。

row_to_public_comment 同一套身份解析:查询须 LEFT JOIN users 提供 user_id / user_display_name / user_avatar 三列。