| 
					
				 | 
			
			
				@@ -105,10 +105,10 @@ public class DbmsDataProcess { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 case DbmsData.DBMS_DATA_DELETE_SND_LOG: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    result = this.sndLogMapper.deleteSndLog(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    result = this.sndLogMapper.delSndLog(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 case DbmsData.DBMS_DATA_DELETE_SND_INCIDENT: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    result = this.incidentMapper.deleteSndIncident(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    result = this.incidentMapper.delSndIncident(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 default: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     result = -1; 
			 |