Commit c857201c4e39bca8cb6b7de13bf7804a9d313e57
1 parent
ae062c2e
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/schedule/signal/SignalComplateHandler.java
| ... | ... | @@ -86,7 +86,7 @@ public class SignalComplateHandler { |
| 86 | 86 | TransactionStatus status = tran.getTransaction(def); |
| 87 | 87 | |
| 88 | 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 | 90 | @Override |
| 91 | 91 | public void setValues(PreparedStatement ps, int i) throws SQLException { |
| 92 | 92 | SchSiginCompate sc = list.get(i); | ... | ... |