diff --git a/src/content/docs/plugins/tenant.md b/src/content/docs/plugins/tenant.md index 7a85c38d..8fc4332f 100755 --- a/src/content/docs/plugins/tenant.md +++ b/src/content/docs/plugins/tenant.md @@ -140,6 +140,10 @@ static { } ``` +## 插入时自动添加租户字段 + +> 默认插入 SQL 是需要判断租户条件,因此需要配合[自动填充字段](https://baomidou.com/guides/auto-fill-field/)功能填充租户字段,否则租户字段不会自动保存到数据库。 + ## 注意事项 :::note[说明]