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

@@ -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){