|
|
|
@ -399,7 +399,7 @@ public class WarehouseWarehousingEntryServiceImpl extends BaseServiceImpl<Wareho
|
|
|
|
|
return x; |
|
|
|
|
}).collect(Collectors.groupingBy(o ->{ |
|
|
|
|
System.out.println("====<<<<<<<<"+o); |
|
|
|
|
if(ObjectUtils.isEmpty(o) && ObjectUtils.isEmpty(o.getCustomerName())){ |
|
|
|
|
if(ObjectUtils.isEmpty(o) || ObjectUtils.isNull(o.getCustomerName()) || ObjectUtils.isNull(o.getCustomerCode()) ){ |
|
|
|
|
return ""; |
|
|
|
|
}else{ |
|
|
|
|
WarehouseWarehousingEntryEntity entryEntity = new WarehouseWarehousingEntryEntity(); |
|
|
|
|