|
@@ -1044,10 +1044,10 @@ public class OrderBaseEsLogic {
|
|
|
|
|
|
List<OperatorLogBean> operatorList = new ArrayList<>();
|
|
List<OperatorLogBean> operatorList = new ArrayList<>();
|
|
if (CollectionUtil.isNotEmpty(orderBaseIds)) {
|
|
if (CollectionUtil.isNotEmpty(orderBaseIds)) {
|
|
-// final List<List<String>> pageList = ListUtil.split(orderBaseIds, 100);
|
|
|
|
-// 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;
|
|
Map<String, List<OperatorLogBean>> operatorMap = null;
|