Commit cfc5f3d0 authored by tianbo's avatar tianbo

Merge remote-tracking branch 'origin/developer' into developer

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