Commit b55a1acd1df78a68a01d4ab9af1f8bd4f8d6f23c

Authored by 潘钊
1 parent 95465573

update...

src/main/java/com/bsth/data/car_out_info/CarOutInfoHandler.java
@@ -159,7 +159,7 @@ public class CarOutInfoHandler { @@ -159,7 +159,7 @@ public class CarOutInfoHandler {
159 ScheduleRealInfo[] array = new ScheduleRealInfo[3]; 159 ScheduleRealInfo[] array = new ScheduleRealInfo[3];
160 Collections.sort(list, schDFSJComparator); 160 Collections.sort(list, schDFSJComparator);
161 161
162 - int count = 0, threshold = 1000 * 60 * 60; 162 + int count = 0, threshold = 1000 * 60 * 60 * 4;
163 long t = System.currentTimeMillis(); 163 long t = System.currentTimeMillis();
164 for (ScheduleRealInfo sch : list) { 164 for (ScheduleRealInfo sch : list) {
165 if (count == 3) 165 if (count == 3)