Commit 48e3edb4 authored by 年畅's avatar 年畅 🛀

fiox

parent bb499f4a
......@@ -2472,6 +2472,7 @@ public class TempOrderRoutingServiceImpl implements InitializingBean {
List<List<OrderItemComment>> partition = Lists.partition(converted, 200);
for (List<OrderItemComment> group : partition) {
historyDataItemCommentDao.replaceList(group);
searchCommentManager.batchIndex(group, CommonConstants.ES_ORDER_COMMENTS_INDEX);
}
}
} catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment