I add annotation on the field I need to update it to null. @TableField(updateStrategy = FieldStrategy.IGNORED)
Mapper.updateById(order)
But It has no effect.