Commit fd679ed3 by guojuxing

新增的时候,查询版本下拉数据接口修复

parent 670345b5
......@@ -174,7 +174,7 @@ public class MenuController {
}
ServiceResponse<MenuDTO> result = menuApiService.getDetailById(parentId);
if (result.isSuccess()) {
RestResponse.success(getMenuVersionMap(result.getResult()));
return RestResponse.success(getMenuVersionMap(result.getResult()));
}
return EnterpriseRestResponse.failure(result);
}
......
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