|  |  | @ -147,7 +147,7 @@ public class IoAddInoutService { | 
			
		
	
		
		
			
				
					
					|  |  |  |             //三期校验
 |  |  |  |             //三期校验
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             String checkOriginMsg = checkOriginCode(warehouseEntity); |  |  |  |             String checkOriginMsg = checkOriginCode(warehouseEntity); | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (StrUtil.isNotEmpty(checkOriginMsg)) { |  |  |  |             if (StrUtil.isNotEmpty(checkOriginMsg)) { | 
			
		
	
		
		
			
				
					
					|  |  |  |                 orderEntity.setErrMsg("checkOriginMsg"); |  |  |  |                 orderEntity.setErrMsg(checkOriginMsg); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                 orderEntity.setStatus(ConstantStatus.ORDER_STATS_ERROR); |  |  |  |                 orderEntity.setStatus(ConstantStatus.ORDER_STATS_ERROR); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 orderEntity.setUpdateTime(new Date()); |  |  |  |                 orderEntity.setUpdateTime(new Date()); | 
			
		
	
		
		
			
				
					
					|  |  |  |                 orderService.update(orderEntity); |  |  |  |                 orderService.update(orderEntity); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |