Skip to content

Commit

Permalink
Update 03.CRUD接口.md
Browse files Browse the repository at this point in the history
调整注释说明
  • Loading branch information
qmdx authored Mar 7, 2024
1 parent c86d346 commit 53c3c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/01.指南/02.核心功能/03.CRUD接口.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ boolean saveBatch(Collection<T> entityList, int batchSize);
### SaveOrUpdate

```java
// TableId 注解存在更新记录,否插入一条记录
// TableId 注解属性值存在则更新记录,否插入一条记录
boolean saveOrUpdate(T entity);
// 根据updateWrapper尝试更新,否继续执行saveOrUpdate(T)方法
boolean saveOrUpdate(T entity, Wrapper<T> updateWrapper);
Expand Down

0 comments on commit 53c3c8f

Please sign in to comment.