|  |  | @ -515,12 +515,13 @@ public class IoSplitCodeService extends ServiceImpl<IoSplitCodeMapper, IoSplitCo | 
			
		
	
		
		
			
				
					
					|  |  |  |             int total = splitFifoCodeEntities.stream() |  |  |  |             int total = splitFifoCodeEntities.stream() | 
			
		
	
		
		
			
				
					
					|  |  |  |                     .mapToInt(IoSplitFifoCodeEntity::getTotalCount) |  |  |  |                     .mapToInt(IoSplitFifoCodeEntity::getTotalCount) | 
			
		
	
		
		
			
				
					
					|  |  |  |                     .sum(); |  |  |  |                     .sum(); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |             collectOrderBiz.setTempWorkPlaceCount(total); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             List<IoSplitCodeEntity> splitCodeEntities = splitCodeService.findSplitCodes(collectOrderBiz.getRelId() |  |  |  |             List<IoSplitCodeEntity> splitCodeEntities = splitCodeService.findSplitCodes(collectOrderBiz.getRelId() | 
			
		
	
		
		
			
				
					
					|  |  |  |                     , collectOrderBiz.getBatchNo(), collectOrder.getWorkPlaceCode()); |  |  |  |                     , collectOrderBiz.getBatchNo(), collectOrder.getWorkPlaceCode()); | 
			
		
	
		
		
			
				
					
					|  |  |  |             int splitTotal = splitCodeEntities.stream() |  |  |  |             int splitTotal = splitCodeEntities.stream() | 
			
		
	
		
		
			
				
					
					|  |  |  |                     .mapToInt(IoSplitCodeEntity::getRemainCount) |  |  |  |                     .mapToInt(IoSplitCodeEntity::getRemainCount) | 
			
		
	
		
		
			
				
					
					|  |  |  |                     .sum(); |  |  |  |                     .sum(); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             collectOrderBiz.setTempSplitCount(splitTotal); | 
			
		
	
		
		
			
				
					
					|  |  |  |             total = total + splitTotal; |  |  |  |             total = total + splitTotal; | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (total >= IntUtil.value(collectOrderBiz.getCount())) { |  |  |  |             if (total >= IntUtil.value(collectOrderBiz.getCount())) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 collectOrderBiz.setAutoTagStatus(2); |  |  |  |                 collectOrderBiz.setAutoTagStatus(2); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |