| 
					
				 | 
			
			
				@@ -180,7 +180,7 @@ namespace WCS.Service.Works.SRM 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 if (!(dev1IsThereATask && dev2IsThereATask)) throw new WarnException($"任务数量错误"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            default: throw new WarnException($"同组任务最多为2,当前任务组有{taskCount}"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            default: throw new WarnException($"同组任务最多为2,当前任务组有{taskCount},{task.TaskGroupKey}"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         //处理一工位 
			 |