| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -161,6 +161,9 @@ public class AgencyServiceImpl implements AgencyService { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        originalEntity.setCode(formDTO.getCode()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        originalEntity.setContacts(formDTO.getContacts()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        originalEntity.setMobile(formDTO.getMobile()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        //利用mybatis 拦截器填充值
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        originalEntity.setUpdatedTime(null); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        originalEntity.setUpdatedBy(null); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        if(StringUtils.isNotBlank(formDTO.getLatitude())){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            originalEntity.setLatitude(formDTO.getLatitude()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        } | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |