mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	✨ ERP:完善 ERP 销售出库单的保存
This commit is contained in:
		| @@ -291,7 +291,7 @@ public class CollectionUtils { | ||||
|         return getSumValue(from, valueFunc, accumulator, null); | ||||
|     } | ||||
|  | ||||
|     public static <T, V extends Comparable<? super V>> V getSumValue(List<T> from, Function<T, V> valueFunc, | ||||
|     public static <T, V extends Comparable<? super V>> V getSumValue(Collection<T> from, Function<T, V> valueFunc, | ||||
|                                                                      BinaryOperator<V> accumulator, V defaultValue) { | ||||
|         if (CollUtil.isEmpty(from)) { | ||||
|             return defaultValue; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV