|
@ -511,7 +511,7 @@ public class JobService {
|
|
|
|
|
|
for(int i=startWeek;i<=endWeek;i++){
|
|
for(int i=startWeek;i<=endWeek;i++){
|
|
start = getDate(startDate ,i,2);
|
|
start = getDate(startDate ,i,2);
|
|
end = getDate(startDate ,i+1,1);
|
|
|
|
|
|
end = getDate(startDate ,i,1);
|
|
productDataByOneDay2(start,end,2,id);
|
|
productDataByOneDay2(start,end,2,id);
|
|
}
|
|
}
|
|
}
|
|
}
|