Commit 4ae282be authored by 陈宏杰's avatar 陈宏杰

异常打印

parent e991690f
......@@ -65,9 +65,9 @@ public class BaiHangDataDisposeService {
FileUtils.writeLines(file,reportList);
baiHangFileReportService.clear(reportList);
}
log.error("fixA1RefuseDataCauseByBatchSave处理数据结束,处理总量={}",atomicInteger.get());
log.info("fixA1RefuseDataCauseByBatchSave处理数据结束,处理总量={}",atomicInteger.get());
} catch (Exception e) {
log.error("fixA1RefuseDataCauseByBatchSave处理数据异常",e.getMessage());
log.error("fixA1RefuseDataCauseByBatchSave处理数据异常",e);
} finally {
IoUtil.close(bis);
dataStr = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment