mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	fix 修复 BaseMapperPlus 方法命令不一致问题
This commit is contained in:
		@@ -149,7 +149,7 @@ public interface BaseMapperPlus<M, T, V> extends BaseMapper<T> {
 | 
			
		||||
        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());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user