master
YTD 2 years ago
parent 8549bb832a
commit 9a448ab2de
  1. 6
      jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/demo/functionx/controller/FunctionxController.java

@ -198,9 +198,9 @@ public class FunctionxController extends JeecgController<Functionx, IFunctionxSe
@GetMapping(value = "/bianma")
public Result<?> moduleCode(@RequestParam(name="id",required=true) String id) {
String s=functionxService.findModuleCode(id);
//后期放入返回值中,当前为返回信息
System.out.println(s);
return Result.OK("编码");
// //后期放入返回值中,当前为返回信息
// System.out.println(s);
return Result.OK(s);
}
//在主界面判断一下登录角色,对操作栏进行替换
@GetMapping(value = "/loginrole")

Loading…
Cancel
Save