|
@@ -101,10 +101,10 @@ public class GubiTypeInfoServiceImpl implements IGubiTypeInfoService {
|
|
.eq("second_id", gubiTypeSeconds.get(k).getId())
|
|
.eq("second_id", gubiTypeSeconds.get(k).getId())
|
|
.eq("delete_flag", "0")
|
|
.eq("delete_flag", "0")
|
|
.orderBy("postion"));
|
|
.orderBy("postion"));
|
|
- gubiTypeSeconds.get(k).setGubiTypeThrees(gubiTypeThrees);
|
|
|
|
|
|
+ gubiTypeSeconds.get(k).setChildren(gubiTypeThrees);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- list.get(i).setGubiTypeSeconds(gubiTypeSeconds);
|
|
|
|
|
|
+ list.get(i).setChildren(gubiTypeSeconds);
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|