Commit 1b7e8a4b3b73eeed426e02383d3f3fe1a7012f28
1 parent
f50a41c6
LGF 报表
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/service/schedule/PeopleCarPlanServiceImpl.java
| ... | ... | @@ -627,7 +627,7 @@ public class PeopleCarPlanServiceImpl implements PeopleCarPlanService { |
| 627 | 627 | |
| 628 | 628 | Set<Integer> ruleDays1 = new HashSet<Integer>(); |
| 629 | 629 | List<String> specialDays1 = new ArrayList<String>(); |
| 630 | - for(int i = 0; ; i++){ | |
| 630 | + for(long i = 0; ; i++){ | |
| 631 | 631 | Date tempDate = new Date(date1.getTime() + i*1000*60*60*24); |
| 632 | 632 | if(tempDate.getTime() > date2.getTime()) |
| 633 | 633 | break; | ... | ... |