| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -77,7 +77,7 @@ public abstract class BaseRequestLogAspect { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            return result; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        } catch (ValidateException e) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            result = handleValidateException(e); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            resultErrorLog(transactionSerial, getExecPeriod(startTime), result, e.getMsg(), ExceptionUtils.getErrorStackTrace(e)); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            resultWarnLog(transactionSerial, getExecPeriod(startTime), result, e.getMsg(), ExceptionUtils.getErrorStackTrace(e)); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        } catch (DuplicateKeyException e) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            result = handlerDuplicateKeyException(e); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            resultErrorLog(transactionSerial, getExecPeriod(startTime), result, e.getMessage(), ExceptionUtils.getErrorStackTrace(e)); | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |