Commit c857201c4e39bca8cb6b7de13bf7804a9d313e57

Authored by 潘钊
1 parent ae062c2e

update

src/main/java/com/bsth/data/schedule/signal/SignalComplateHandler.java
@@ -86,7 +86,7 @@ public class SignalComplateHandler { @@ -86,7 +86,7 @@ public class SignalComplateHandler {
86 TransactionStatus status = tran.getTransaction(def); 86 TransactionStatus status = tran.getTransaction(def);
87 87
88 try{ 88 try{
89 - jdbcTemp.batchUpdate("insert into bsth_t_sigin_complate(id, rq, line_code, decive_id, up_down, s_code, e_code, st, et, create_date, status) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", new BatchPreparedStatementSetter() { 89 + jdbcTemp.batchUpdate("insert into bsth_t_sigin_complate(id, rq, line_code, device_id, up_down, s_code, e_code, st, et, create_date, status) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", new BatchPreparedStatementSetter() {
90 @Override 90 @Override
91 public void setValues(PreparedStatement ps, int i) throws SQLException { 91 public void setValues(PreparedStatement ps, int i) throws SQLException {
92 SchSiginCompate sc = list.get(i); 92 SchSiginCompate sc = list.get(i);