李伟棠

Results 2 issues of 李伟棠

### 当前使用版本(必填,否则不予处理) 3.5.1 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) 以saveOrUpdateBatch方法为例,在判断是执行新增还是修改的`predicate`中,会先判断`idVal`是否为空,然后再根据`selectList`判断数据是否存在,这里建议使用`count`来判断。 ```java com.baomidou.mybatisplus.extension.service.impl.ServiceImpl public boolean saveOrUpdateBatch(Collection entityList, int batchSize) { TableInfo tableInfo = TableInfoHelper.getTableInfo(entityClass); Assert.notNull(tableInfo, "error: can not execute. because can not find cache of...

选择照片时,只显示了近期的照片,为什么的?