Commit 476aad18 authored by tianyiming's avatar tianyiming

一码通数据存入es修改

parent a6378880
......@@ -914,7 +914,7 @@ public class EquipmentCategoryServiceImpl extends BaseService<EquipmentCategoryD
times++;
}
for (int i = 1; i <= times; i++) {
map.put("number", i);
map.put("number", 1);
map.put("size", 1000);
Page<Map<String, Object>> page = getAll(map);
saveBatchEquipment2Es(page.getRecords());
......
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