@@ -41,7 +41,7 @@ public class EsLogic {
public void add(String comListId,String remark,List<Object> rows) throws NoSuchFieldException, IllegalAccessException {
//0=workerNumber,从1开始
Integer start = 1;
- Integer fieldSize = 50;
+ Integer fieldSize = 70;
//1.创建索引
this.createIndexAndMapping(CommonListES.class);
//2.新增内容