delete from base_comment_info where id_=#{id,jdbcType=VARCHAR}
update base_comment_info
company_id=#{companyId,jdbcType=VARCHAR},
work_order_id=#{workOrderId,jdbcType=VARCHAR},
star_rating=#{starRating,jdbcType=VARCHAR},
content_=#{content,jdbcType=VARCHAR},
image_=#{image,jdbcType=VARCHAR},
date_time=#{dateTime,jdbcType= TIMESTAMP },
create_time=#{createTime,jdbcType= TIMESTAMP },
update_time=#{updateTime,jdbcType= TIMESTAMP },
del_flag=#{delFlag,jdbcType= NUMERIC },
create_by=#{createBy,jdbcType=VARCHAR},
update_by=#{updateBy,jdbcType=VARCHAR},
technician_id=#{technicianId,jdbcType=VARCHAR},
where id_=#{id}