|
@@ -274,7 +274,7 @@ public class KuaiShouHistoryReportTaskServiceImpl extends ServiceImpl<KuaiShouHi
|
|
|
historyTypeList.add(2);
|
|
|
historyTypeList.add(3);
|
|
|
historyTypeList.add(4);
|
|
|
- historyTypeList.add(5);
|
|
|
+ /* historyTypeList.add(5);*/
|
|
|
historyTypeList.add(10);
|
|
|
}
|
|
|
|
|
@@ -283,7 +283,7 @@ public class KuaiShouHistoryReportTaskServiceImpl extends ServiceImpl<KuaiShouHi
|
|
|
dailyTypeList.add(2);
|
|
|
dailyTypeList.add(3);
|
|
|
dailyTypeList.add(4);
|
|
|
- dailyTypeList.add(5);
|
|
|
+ /* dailyTypeList.add(5);*/
|
|
|
dailyTypeList.add(10);
|
|
|
}
|
|
|
|