|
@@ -2,7 +2,6 @@ package com.gree.mall.manager.logic.workorder;
|
|
|
|
|
|
import cn.hutool.core.bean.BeanUtil;
|
|
|
import cn.hutool.core.collection.CollectionUtil;
|
|
|
-import cn.hutool.core.collection.ListUtil;
|
|
|
import cn.hutool.core.convert.Convert;
|
|
|
import cn.hutool.core.date.DateUtil;
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
@@ -1044,10 +1043,10 @@ public class OrderBaseEsLogic {
|
|
|
|
|
|
List<OperatorLogBean> operatorList = new ArrayList<>();
|
|
|
if (CollectionUtil.isNotEmpty(orderBaseIds)) {
|
|
|
- final List<List<String>> pageList = ListUtil.split(orderBaseIds, 10000);
|
|
|
- for (List<String> orderIdPageList : pageList) {
|
|
|
- operatorList.addAll(commonMapper.selectLastOrderOperatorLog(year, orderIdPageList));
|
|
|
- }
|
|
|
+// final List<List<String>> pageList = ListUtil.split(orderBaseIds, 10000);
|
|
|
+// for (List<String> orderIdPageList : pageList) {
|
|
|
+// operatorList.addAll(commonMapper.selectLastOrderOperatorLog(year, orderIdPageList));
|
|
|
+// }
|
|
|
}
|
|
|
|
|
|
Map<String, List<OperatorLogBean>> operatorMap = null;
|