|  | @@ -106,7 +106,7 @@ public class TCorpsServiceImpl implements ITCorpsService {
 | 
	
		
			
				|  |  |              fPid=corps.getfId();
 | 
	
		
			
				|  |  |              corps.setUpdateBy(loginUser.getUser().getUserName());
 | 
	
		
			
				|  |  |              corps.setUpdateTime(new Date());
 | 
	
		
			
				|  |  | -            tCorpsMapper.updateById(corps);
 | 
	
		
			
				|  |  | +            tCorpsMapper.updateTCorps(corps);
 | 
	
		
			
				|  |  |              tCustomerContactMapper.deleteCustomerContactByCorps(fPid);
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          for (TCustomerContact cc : customerContactList) {
 |