示例#1
0
 @POST
 @Path(value = "/queryMenu/notGrant/id/{roleid}")
 public String queryMenuNotGrant(@PathParam(value = "roleid") String roleid) {
   // CustomerContextHolder.setCustomerType("x6");
   return gson.toJson(menuService.queryMenuNotGrant(roleid));
 }