MybatisPlus中的save方法什么时候执行insert,什么时候执行update
直接贴上save方法的实现:public Entity save(Entity entity) throws DataServiceException { PK id = entity.getId(); if (id == null) { //此处仅仅是进行了判断null,没有进行空字符串判断。 this.insert(e...
原创
2020-01-07 09:19:10 ·
17613 阅读 ·
7 评论