|
@@ -2746,6 +2746,10 @@ public class Neo4jAPI {
|
|
|
scaleStructure.put("scaleName", scaleName);
|
|
|
}
|
|
|
|
|
|
+ if (index.contains("-")) {
|
|
|
+ index = index.split("-")[0];
|
|
|
+ }
|
|
|
+
|
|
|
JSONObject detail = new JSONObject();
|
|
|
detail.put("detailName", feature);
|
|
|
detail.put("state", 0);
|