Commit 6af7471d by guojuxing

基础服务版本修复

parent 70bc4626
...@@ -355,7 +355,7 @@ public class MenuController { ...@@ -355,7 +355,7 @@ public class MenuController {
private Map<String, String> getMenuVersionMap(MenuDTO dto) { private Map<String, String> getMenuVersionMap(MenuDTO dto) {
Map<String, String> map = new HashMap<>(16); Map<String, String> map = new HashMap<>(16);
if (dto.getProject().equals(MenuProjectConstants.DEFAULT_PROJECT) && dto.getLevel() == 1) { if (dto.getProject().equals(MenuProjectConstants.DEFAULT_PROJECT)) {
//如果为空,则是gic新增页面 //如果为空,则是gic新增页面
map = menuApiService.getGicDefaultVersion().getResult(); map = menuApiService.getGicDefaultVersion().getResult();
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment