mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 20:28:44 +08:00 
			
		
		
		
	CRM: 完善销售漏斗分析
This commit is contained in:
		@@ -97,6 +97,10 @@ public class CollectionUtils {
 | 
			
		||||
                .collect(Collectors.toList());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public static <T> Set<T> convertSet(Collection<T> from) {
 | 
			
		||||
        return convertSet(from, v -> v);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public static <T, U> Set<U> convertSet(Collection<T> from, Function<T, U> func) {
 | 
			
		||||
        if (CollUtil.isEmpty(from)) {
 | 
			
		||||
            return new HashSet<>();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user