Commit 05f4eaa2 authored by data爬虫-冯 军凯's avatar data爬虫-冯 军凯

transactionLog 数据清洗 main类修改123456

parent f76b78b1
......@@ -46,7 +46,7 @@ public class CleanningTransactionLogMain {
if (transactionLogs.size() != 0 && transactionLogs.size() % 200 == 0) {
JdbcExecuters.prepareBatchUpdateExecuteTransactionid(sql, transactionLogs);
System.out.println("执行sql集合: "+JSON.toJSONString(transactionLogs));
System.out.println("执行sql集合: "+transactionLogs.size());
transactionLogs.clear();
}
} catch (Exception e) {
......
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