|
@@ -308,10 +308,10 @@ public class KwsMenuService {
|
|
|
} else {
|
|
} else {
|
|
|
finalList = menuList;
|
|
finalList = menuList;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- if (Boolean.TRUE.equals(reqVo.getIncludeButton())) {
|
|
|
|
|
- finalList = supplementButtons(finalList);
|
|
|
|
|
- }
|
|
|
|
|
|
|
+//
|
|
|
|
|
+// if (Boolean.TRUE.equals(reqVo.getIncludeButton())) {
|
|
|
|
|
+// finalList = supplementButtons(finalList);
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
List<KwsMenuResVo> rootList = new ArrayList<>();
|
|
List<KwsMenuResVo> rootList = new ArrayList<>();
|
|
|
|
|
|