This commit is contained in:
super_liu
2021-08-09 17:41:48 +08:00
parent faac8f3683
commit aa76b93e5c
@@ -120,7 +120,7 @@ public class ElasticsearchServiceImpl implements ElasticsearchService {
}
/**
* 指定ID数据添加接口实现
* 指定ID数据添加接口实现
* @param jsonObject 要增加的数据
* @param index 索引,类似数据库
* @param type 类型,类似表 (自6.0改版以后,一个索引里只允许有一种类型,