update
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user