优化注释

This commit is contained in:
default
2018-10-23 19:34:15 +08:00
parent 48f24e37db
commit ea3230250e
4 changed files with 6 additions and 4 deletions

View File

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