ludc
2024-01-30 8e832c69b20bd34f6da9ef25324ec690d1cccbe3
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);
}