Skip to content

Commit

Permalink
格式化.
Browse files Browse the repository at this point in the history
  • Loading branch information
nieqiurong committed Jan 10, 2025
1 parent f2cc7a8 commit e176649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/docs/reference/question.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,9 @@ mybatis-plus:

<Accordion client:load title={'如何重写BaseMapper方法'}>
重写接口方法请区分default方法和抽象接口方法,重写的方法需要以最终调用的实际方法为准.

抽象接口方法: 直接在XML重写此方法可完成

defalut方法: 直接重写真实调用的方法或者把原defalut重写为真实接口方法,可在XML或注解的方式重写执行语句.

```java
Expand Down

0 comments on commit e176649

Please sign in to comment.