|  |  | @ -26,6 +26,7 @@ import com.glxp.api.service.thrsys.SysWorkplacePutRelService; | 
			
		
	
		
		
			
				
					
					|  |  |  | import com.glxp.api.util.GennerOrderUtils; |  |  |  | import com.glxp.api.util.GennerOrderUtils; | 
			
		
	
		
		
			
				
					
					|  |  |  | import com.glxp.api.util.IntUtil; |  |  |  | import com.glxp.api.util.IntUtil; | 
			
		
	
		
		
			
				
					
					|  |  |  | import com.glxp.api.util.OrderNoTypeBean; |  |  |  | import com.glxp.api.util.OrderNoTypeBean; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | import com.glxp.api.util.StringUtils; | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.springframework.beans.BeanUtils; |  |  |  | import org.springframework.beans.BeanUtils; | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.springframework.stereotype.Service; |  |  |  | import org.springframework.stereotype.Service; | 
			
		
	
		
		
			
				
					
					|  |  |  | import org.springframework.transaction.annotation.Transactional; |  |  |  | import org.springframework.transaction.annotation.Transactional; | 
			
		
	
	
		
		
			
				
					|  |  | @ -603,7 +604,18 @@ public class IoSplitCodeService extends ServiceImpl<IoSplitCodeMapper, IoSplitCo | 
			
		
	
		
		
			
				
					
					|  |  |  |             } else if (total > 0) { |  |  |  |             } else if (total > 0) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 collectOrderBiz.setAutoTagStatus(3); |  |  |  |                 collectOrderBiz.setAutoTagStatus(3); | 
			
		
	
		
		
			
				
					
					|  |  |  |             } else collectOrderBiz.setAutoTagStatus(1); |  |  |  |             } else collectOrderBiz.setAutoTagStatus(1); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             if(CollUtil.isNotEmpty(splitFifoCodeEntities)){ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 IoSplitFifoCodeEntity ioSplitFifoCodeEntity =  splitFifoCodeEntities.get(0); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 if(ioSplitFifoCodeEntity!=null && StringUtils.isNotEmpty(ioSplitFifoCodeEntity.getBatchNo())){ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     collectOrderBiz.setBatchNo(ioSplitFifoCodeEntity.getBatchNo()); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     collectOrderBiz.setProductDate(ioSplitFifoCodeEntity.getProduceDate()); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     collectOrderBiz.setExpireDate(ioSplitFifoCodeEntity.getExpireDate()); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         ThreadUtil.execAsync(() -> { |  |  |  |         ThreadUtil.execAsync(() -> { | 
			
		
	
		
		
			
				
					
					|  |  |  |             ioCollectLedGroupService.openLed(collectOrderBizs); |  |  |  |             ioCollectLedGroupService.openLed(collectOrderBizs); | 
			
		
	
		
		
			
				
					
					|  |  |  |         }); |  |  |  |         }); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |