fix 修复 BaseMapperPlus 方法命令不一致问题
This commit is contained in:
parent
0936aaccea
commit
56d209cd20
@ -149,7 +149,7 @@ public interface BaseMapperPlus<M, T, V> extends BaseMapper<T> {
|
|||||||
return BeanCopyUtils.copy(obj, voClass);
|
return BeanCopyUtils.copy(obj, voClass);
|
||||||
}
|
}
|
||||||
|
|
||||||
default List<V> selectVoById(Collection<? extends Serializable> idList) {
|
default List<V> selectVoBatchIds(Collection<? extends Serializable> idList) {
|
||||||
return selectVoBatchIds(idList, this.currentVoClass());
|
return selectVoBatchIds(idList, this.currentVoClass());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user