Commit 851b235780e5f0d3d1cd31eb722b90dc56cee22a

Authored by 王通
1 parent e4b53f8a

1.加了一点日志信息

src/main/java/com/bsth/data/car_out_info/CarOutInfoHandler.java
@@ -100,6 +100,7 @@ public class CarOutInfoHandler { @@ -100,6 +100,7 @@ public class CarOutInfoHandler {
100 } 100 }
101 101
102 private void save(final List<ScheduleRealInfo> pstList){ 102 private void save(final List<ScheduleRealInfo> pstList){
  103 + logger.info("CarOutInfoHandler.save:" + pstList.size());
103 //编程式事务 104 //编程式事务
104 DataSourceTransactionManager tran = new DataSourceTransactionManager(jdbcTemplate.getDataSource()); 105 DataSourceTransactionManager tran = new DataSourceTransactionManager(jdbcTemplate.getDataSource());
105 DefaultTransactionDefinition def = new DefaultTransactionDefinition(); 106 DefaultTransactionDefinition def = new DefaultTransactionDefinition();