Commit 4bb52f519bea10e6c4c44dde199a2a197568a58a

Authored by panzhaov5
1 parent 7c4f630d

update...

src/main/java/com/bsth/data/car_out_info/CarOutInfoHandler.java
@@ -60,7 +60,6 @@ public class CarOutInfoHandler { @@ -60,7 +60,6 @@ public class CarOutInfoHandler {
60 */ 60 */
61 public void updateAll() { 61 public void updateAll() {
62 try{ 62 try{
63 - logger.info("发车信息表 -start");  
64 //将班次按线路分组 63 //将班次按线路分组
65 List<ScheduleRealInfo> all = new ArrayList<>(dayOfSchedule.findAll()); 64 List<ScheduleRealInfo> all = new ArrayList<>(dayOfSchedule.findAll());
66 for(ScheduleRealInfo sch : all){ 65 for(ScheduleRealInfo sch : all){
@@ -75,7 +74,6 @@ public class CarOutInfoHandler { @@ -75,7 +74,6 @@ public class CarOutInfoHandler {
75 save(pstList); 74 save(pstList);
76 pstList.clear(); 75 pstList.clear();
77 xlMaps.clear(); 76 xlMaps.clear();
78 - logger.info("发车信息表 -end");  
79 }catch (Exception e){ 77 }catch (Exception e){
80 logger.error("", e); 78 logger.error("", e);
81 } 79 }