select id, user_id, floor, create_time, full_name, article_id, content, more from asd_article_comment
insert into asd_article_comment
user_id,floor,create_time,full_name,article_id,content,more,#{userId},#{floor},#{createTime},#{fullName},#{articleId},#{content},#{more},
update asd_article_comment
user_id = #{userId},floor = #{floor},create_time = #{createTime},full_name = #{fullName},article_id = #{articleId},content = #{content},more = #{more},
where id = #{id}
delete from asd_article_comment where id = #{id}
delete from asd_article_comment where id in
#{id}