|
@@ -273,13 +273,13 @@ public class KuaiShouHistoryReportTaskServiceImpl extends ServiceImpl<KuaiShouHi
|
|
private void getHistoryTypeList() {
|
|
private void getHistoryTypeList() {
|
|
|
|
|
|
historyTypeList = new ArrayList<>();
|
|
historyTypeList = new ArrayList<>();
|
|
- /* historyTypeList.add(5);
|
|
|
|
|
|
+ historyTypeList.add(5);
|
|
historyTypeList.add(1);
|
|
historyTypeList.add(1);
|
|
historyTypeList.add(2);
|
|
historyTypeList.add(2);
|
|
historyTypeList.add(3);
|
|
historyTypeList.add(3);
|
|
historyTypeList.add(10);
|
|
historyTypeList.add(10);
|
|
- historyTypeList.add(4);*/
|
|
|
|
- historyTypeList.add(7);
|
|
|
|
|
|
+ historyTypeList.add(4);
|
|
|
|
+ // historyTypeList.add(7);
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|