|
@@ -139,7 +139,7 @@ public class MongoStartup {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public MongodbIndexEntity IotDeviceGeoLocationGeoCreateIndex() {
|
|
public MongodbIndexEntity IotDeviceGeoLocationGeoCreateIndex() {
|
|
|
- log.info("开始创建IotXphGssqdata索引");
|
|
|
|
|
|
|
+ log.info("IotDeviceGeoLocationGeo索引");
|
|
|
List<String[]> indexNameList = new ArrayList<>();
|
|
List<String[]> indexNameList = new ArrayList<>();
|
|
|
indexNameList.add(new String[]{"devGeoLocation"});
|
|
indexNameList.add(new String[]{"devGeoLocation"});
|
|
|
|
|
|