|
@@ -1046,7 +1046,6 @@ public class OrderBaseEsLogic {
|
|
|
if (CollectionUtil.isNotEmpty(orderBaseIds)) {
|
|
|
final List<List<String>> pageList = ListUtil.split(orderBaseIds, 10000);
|
|
|
for (List<String> orderIdPageList : pageList) {
|
|
|
- log.info("导出分页查询: {}", orderIdPageList);
|
|
|
operatorList.addAll(commonMapper.selectLastOrderOperatorLog(year, orderIdPageList));
|
|
|
}
|
|
|
}
|