id, task_id, user_id, user_name, content, create_time, user_color, type
insert into task_comment(task_id, user_id, user_name, content, create_time, user_color)
VALUES
(#{comment.taskId},#{comment.userId},#{comment.userName},#{comment.content},#{comment.createTime},#{comment.userColor})