|  |  |  | @ -82,8 +82,8 @@ public class IoSplitFifoCodeService extends ServiceImpl<IoSplitFifoCodeMapper, I | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         List<IoSplitCodeResponse> invReminds = splitFifoCodeMapper.findInvRemind(workPlaceCode); | 
			
		
	
		
			
				
					|  |  |  |  |         if (CollUtil.isEmpty(invReminds)){ | 
			
		
	
		
			
				
					|  |  |  |  |             return "当前工位存量提醒:" +"0"; | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |             return  "当前工位存量提醒:" + "0"; | 
			
		
	
		
			
				
					|  |  |  |  |        } | 
			
		
	
		
			
				
					|  |  |  |  |         invReminds.forEach( item -> { | 
			
		
	
		
			
				
					|  |  |  |  |             Integer groupCount = item.getGroupCount(); | 
			
		
	
		
			
				
					|  |  |  |  |             if (groupCount < invRemindNumber){ | 
			
		
	
	
		
			
				
					|  |  |  | 
 |