|
@@ -323,10 +323,10 @@ public class GetStructure {
|
|
//left
|
|
//left
|
|
Map<String,Object> left = new HashMap<>();
|
|
Map<String,Object> left = new HashMap<>();
|
|
List<ShowVo> left1 = new ArrayList<>();
|
|
List<ShowVo> left1 = new ArrayList<>();
|
|
- left1.add(showVoMap.get(0));
|
|
|
|
- left1.add(showVoMap.get(2));
|
|
|
|
- left1.add(showVoMap.get(4));
|
|
|
|
- left1.add(showVoMap.get(6));
|
|
|
|
|
|
+ left1.add(showVoMap.get(8));
|
|
|
|
+ left1.add(showVoMap.get(10));
|
|
|
|
+ left1.add(showVoMap.get(12));
|
|
|
|
+ left1.add(showVoMap.get(14));
|
|
left.put("1",left1);
|
|
left.put("1",left1);
|
|
|
|
|
|
List<ShowVo> left2 = new ArrayList<>();
|
|
List<ShowVo> left2 = new ArrayList<>();
|
|
@@ -355,10 +355,10 @@ public class GetStructure {
|
|
left.put("6",left6);
|
|
left.put("6",left6);
|
|
|
|
|
|
List<ShowVo> left7 = new ArrayList<>();
|
|
List<ShowVo> left7 = new ArrayList<>();
|
|
- left7.add(showVoMap.get(8));
|
|
|
|
- left7.add(showVoMap.get(10));
|
|
|
|
- left7.add(showVoMap.get(12));
|
|
|
|
- left7.add(showVoMap.get(14));
|
|
|
|
|
|
+ left7.add(showVoMap.get(0));
|
|
|
|
+ left7.add(showVoMap.get(2));
|
|
|
|
+ left7.add(showVoMap.get(4));
|
|
|
|
+ left7.add(showVoMap.get(6));
|
|
left.put("7",left7);
|
|
left.put("7",left7);
|
|
allMap.put("left",left);
|
|
allMap.put("left",left);
|
|
|
|
|