Commit c3182ff30d82df5939384804f514c4c39ee8271b
1 parent
87c28361
1.
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/car_out_info/CarOutInfoHandler.java
| ... | ... | @@ -118,7 +118,7 @@ public class CarOutInfoHandler { |
| 118 | 118 | jdbcTemplate.update("delete from bsth_t_clfcxxb"); |
| 119 | 119 | //重新写入 |
| 120 | 120 | jdbcTemplate.batchUpdate("insert into bsth_t_clfcxxb(rq, line_code, line_name, lp_name, lp_sn, dfsj, nbbm, cph, bc_type, end_station_name, updown, jGh, jName, remarks, sn, sch)" + |
| 121 | - " VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", new BatchPreparedStatementSetter() { | |
| 121 | + " VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)", new BatchPreparedStatementSetter() { | |
| 122 | 122 | @Override |
| 123 | 123 | public void setValues(PreparedStatement ps, int i) throws SQLException { |
| 124 | 124 | ScheduleRealInfo sch = pstList.get(i); | ... | ... |