标题上来先展示异常信息## 标题
java.sql.BatchUpdateException: 批次处理 0 Insert INTO bj_lianjia (id,url,timeinfo,region,totalprice,housetype,housearea,unitprice,direction,decoration,elevator,houseinfo,attention,visited,utime) VALUES (‘2587’,‘小张’,‘2018-05-06 +08:00:00’,‘富力城B区’,‘1880.0’,‘2室1厅’,‘187.00999450683594’,‘100530.0’,NULL,‘精装’,‘1’,‘4室2厅,187.01平米,南北,精装,有电梯’,‘19’,‘29’,‘2020-08-01 05:38:02.000000 +08:00:00’) 被中止,呼叫 getNextException 以取得原因。
at org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler.handleError(AbstractJdbc2Statement.java:2743)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1928)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:405)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(AbstractJdbc2Statement.java:2892)
at com.casic304.dataexplorer.connection.core.jdbc.rdbmswriter.RdbmsWriter.doBatchInsert(RdbmsWriter.java:162)
at com.c