Commit 607b0f31855eee991a685cb0c0276618d59a085c

Authored by panzhaov5
1 parent 1c362dbf

update...

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