|  |  | @ -342,6 +342,9 @@ public class IoCodeTempController extends BaseController { | 
			
		
	
		
		
			
				
					
					|  |  |  |         InvWarehouseEntity invWarehouseEntity = invWarehouseService.findByInvSubByCode(addOrderRequest.getInvCode()); |  |  |  |         InvWarehouseEntity invWarehouseEntity = invWarehouseService.findByInvSubByCode(addOrderRequest.getInvCode()); | 
			
		
	
		
		
			
				
					
					|  |  |  |         String code = addOrderRequest.getCode(); |  |  |  |         String code = addOrderRequest.getCode(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (StringUtils.isBlank(code)) return ResultVOUtils.error(ResultEnum.DATA_ERROR); |  |  |  |         if (StringUtils.isBlank(code)) return ResultVOUtils.error(ResultEnum.DATA_ERROR); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         if (code.endsWith("\u001D")) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             code = code.replace("\u001D", ""); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |         UdiEntity udiEntity = FilterUdiUtils.getUdi(code); |  |  |  |         UdiEntity udiEntity = FilterUdiUtils.getUdi(code); | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (udiEntity == null) |  |  |  |         if (udiEntity == null) | 
			
		
	
		
		
			
				
					
					|  |  |  |             return ResultVOUtils.error(500, "无效条码!"); |  |  |  |             return ResultVOUtils.error(500, "无效条码!"); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |