|  |  | @ -253,7 +253,6 @@ public class WareHouseController { | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (orderEntity.getStatus() != ConstantStatus.ORDER_STATUS_PROCESS && orderEntity.getStatus() != ConstantStatus.ORDER_STATUS_FAIL) { |  |  |  |         if (orderEntity.getStatus() != ConstantStatus.ORDER_STATUS_PROCESS && orderEntity.getStatus() != ConstantStatus.ORDER_STATUS_FAIL) { | 
			
		
	
		
		
			
				
					
					|  |  |  |             return ResultVOUtils.error(500, "单据已提交!"); |  |  |  |             return ResultVOUtils.error(500, "单据已提交!"); | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |         orderService.updateOrderStatus(orderEntity.getId(),4); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         ioTransInoutService.repeatCommit(commitRequest); |  |  |  |         ioTransInoutService.repeatCommit(commitRequest); | 
			
		
	
		
		
			
				
					
					|  |  |  |         return ResultVOUtils.success("提交成功"); |  |  |  |         return ResultVOUtils.success("提交成功"); | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
	
		
		
			
				
					|  |  | 
 |