Commit 1b7e8a4b3b73eeed426e02383d3f3fe1a7012f28

Authored by 娄高锋
1 parent f50a41c6

LGF 报表

src/main/java/com/bsth/service/schedule/PeopleCarPlanServiceImpl.java
@@ -627,7 +627,7 @@ public class PeopleCarPlanServiceImpl implements PeopleCarPlanService { @@ -627,7 +627,7 @@ public class PeopleCarPlanServiceImpl implements PeopleCarPlanService {
627 627
628 Set<Integer> ruleDays1 = new HashSet<Integer>(); 628 Set<Integer> ruleDays1 = new HashSet<Integer>();
629 List<String> specialDays1 = new ArrayList<String>(); 629 List<String> specialDays1 = new ArrayList<String>();
630 - for(int i = 0; ; i++){ 630 + for(long i = 0; ; i++){
631 Date tempDate = new Date(date1.getTime() + i*1000*60*60*24); 631 Date tempDate = new Date(date1.getTime() + i*1000*60*60*24);
632 if(tempDate.getTime() > date2.getTime()) 632 if(tempDate.getTime() > date2.getTime())
633 break; 633 break;