select id, detail_id, user_id, user_name, top_status, img_url, content, star_count, create_by, create_time, update_by, update_time, remark from public_detail_comment insert into public_detail_comment detail_id, user_id, user_name, content, star_count, create_by, create_time, update_by, update_time, remark, #{detailId}, #{userId}, #{userName}, #{content}, #{starCount}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, #{remark}, update public_detail_comment detail_id = #{detailId}, user_id = #{userId}, user_name = #{userName}, content = #{content}, star_count = #{starCount}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, remark = #{remark}, where id = #{id} delete from public_detail_comment where id = #{id} delete from public_detail_comment where id in #{id}