Commit 2f507426 authored by 黎博's avatar 黎博

bug fix

parent eb1f923e
......@@ -51,6 +51,7 @@ public class NavigateController {
map.put("type", navigateModule.getColor());
map.put("list", navigateDetailList);
resultList.add(map);
detailQueryWrapper.clear();
}
return JsonResult.buildSuccessResult(resultList);
}
......
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