delete from base_message_info where id_=#{id,jdbcType=VARCHAR}
update base_message_info
type_=#{type,jdbcType=VARCHAR},
send_time=#{sendTime,jdbcType= TIMESTAMP },
title_=#{title,jdbcType=VARCHAR},
content_=#{content,jdbcType=VARCHAR},
sender_id=#{senderId,jdbcType=VARCHAR},
recipient_id=#{recipientId,jdbcType=VARCHAR},
create_time=#{createTime,jdbcType= TIMESTAMP },
update_time=#{updateTime,jdbcType= TIMESTAMP },
create_by=#{createBy,jdbcType=VARCHAR},
update_by=#{updateBy,jdbcType=VARCHAR},
del_flag=#{delFlag,jdbcType= NUMERIC },
is_read=#{isRead,jdbcType= NUMERIC },
where id_=#{id}