xiejun
2024-01-23 f09e05514d9a9e2623cfa73c4de1ffa98bb30bf8
Source/UBCS/ubcs-service-api/ubcs-system-api/src/main/java/com/vci/ubcs/system/feign/ISysClient.java
@@ -112,7 +112,7 @@
    * @return List<Menu>
    */
   @GetMapping(MENU_BUTTON)
   R<List<Menu>> getMenuButtonByType(@RequestParam("btmType") String btmType);
   R<List<Menu>> getMenuButtonByType(@RequestParam("classifyId") String classifyId,@RequestParam("btmType") String btmType,@RequestParam("authType") String authType);
   /**
    * 获取部门
@@ -392,6 +392,6 @@
   R<List<String>> getRegexByList(@RequestBody List<String> combinationIds);
   @GetMapping(GETVIEWCLASSIFY)
   R<List<String>> getViewClassByRoleIds(@RequestParam("roleIds") List<String> roleIds);
   R<List<String>> getViewClassByRoleIds(@RequestParam("roleIds") List<String> roleIds,@RequestParam("authType") String authType,@RequestParam("buttonCode") String buttonCode,@RequestParam("menuCode") String menuCode);
}