| 
					
				 | 
			
			
				@@ -1203,8 +1203,8 @@ public class PmDemandServiceImpl extends ServiceImpl<PmDemandMapper, PmDemand> i 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             PmDemand pmDemandUpdate = new PmDemand(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            pmDemand.setDemandId(pmDemand.getDemandId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            pmDemand.setHasExpert("1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            pmDemandUpdate.setDemandId(pmDemand.getDemandId()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            pmDemandUpdate.setHasExpert("1"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.updateById(pmDemandUpdate); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return pmDemandExpertRefService.saveOrUpdateBatch(pmDemandExpertRefList); 
			 |