Commit bbb8f22dc94115095488983733f504027663c08a

Authored by 潘钊
2 parents ddcb7a07 c857201c

Merge branch 'minhang' into pudong

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);
... ...