|  |  | @ -325,7 +325,7 @@ public class WareHouseController { | 
			
		
	
		
		
			
				
					
					|  |  |  |             return ResultVOUtils.error(500, "无效条码!批次号超出最大范围"); |  |  |  |             return ResultVOUtils.error(500, "无效条码!批次号超出最大范围"); | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (StrUtil.isEmpty(warehouseEntity.getSerialNo()) && StrUtil.isEmpty(warehouseEntity.getBatchNo())) { |  |  |  |         if (StrUtil.isBlank(warehouseEntity.getSerialNo()) && StrUtil.isBlank(warehouseEntity.getBatchNo())) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             return ResultVOUtils.error(500, "批次号不能为空!"); |  |  |  |             return ResultVOUtils.error(500, "批次号不能为空!"); | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -339,6 +339,10 @@ public class WareHouseController { | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |             } | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         if (warehouseEntity.getCount() != null && warehouseEntity.getCount() <= 0) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             return ResultVOUtils.error(500, "数量不能小于0"); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         boolean b = codesTempService.update(warehouseEntity); |  |  |  |         boolean b = codesTempService.update(warehouseEntity); | 
			
		
	
		
		
			
				
					
					|  |  |  |         if (b) |  |  |  |         if (b) | 
			
		
	
	
		
		
			
				
					|  |  | 
 |