I opened the sql log, and
found that the find method was executed after the save was executed, but not the sql.
if find is executed directly, sql will be executed
Why is this? what is the principle? there is no explanation on the official website.