This commit is contained in:
default
2018-11-01 15:16:32 +08:00
parent 946e977a6f
commit 553487baf1
4 changed files with 19 additions and 2 deletions

View File

@@ -110,6 +110,7 @@ public class SyncDataInterceptor implements Interceptor{
}catch(Exception e){
e.printStackTrace();
logger.error("syncDataInterceptor拦截器内部程序出现异常信息"+e.getMessage());
logger.error("syncDataInterceptor拦截器内部程序出现异常信息",e);
}
}

View File

@@ -36,6 +36,7 @@ public class SyncStoredProcedure implements ICallback{
logger.info("调用存储过程任务结束");
} catch (Exception e){
logger.error("调用存储过程任务出现错误 存储过程名称"+proName+" 表名"+tableName+"参数 "+filedAndType+"------"+fileds);
logger.error("调用存储过程任务出现错误 ",e);
e.printStackTrace();
} finally{
if(conn!=null){