|
@@ -117,20 +117,6 @@ public class CommonController extends BaseController<Map<String, Object>> {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * @desc : 获取产品品牌
|
|
|
|
|
- * @author : 夏常明
|
|
|
|
|
- * @date : 2023/1/10 13:53
|
|
|
|
|
- */
|
|
|
|
|
- @ApiOperation(
|
|
|
|
|
- value = "获取产品品牌",
|
|
|
|
|
- notes = "获取产品品牌"
|
|
|
|
|
- )
|
|
|
|
|
- @PostMapping("get_brand")
|
|
|
|
|
- public ResponseResultVO<List<Map<String, Object>>> getBrand(@RequestBody Map<String, Object> param) {
|
|
|
|
|
- return commonService.getBrand(param);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
* @desc : 获取角色
|
|
* @desc : 获取角色
|
|
|
* @author : 姜宁
|
|
* @author : 姜宁
|
|
|
* @date : 2023/1/29 14:26
|
|
* @date : 2023/1/29 14:26
|
|
@@ -193,19 +179,7 @@ public class CommonController extends BaseController<Map<String, Object>> {
|
|
|
public ResponseResultVO<List<Map<String, Object>>> getSettingKind(@RequestBody Map<String, Object> param) {
|
|
public ResponseResultVO<List<Map<String, Object>>> getSettingKind(@RequestBody Map<String, Object> param) {
|
|
|
return commonService.getSettingKind(param);
|
|
return commonService.getSettingKind(param);
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * @desc : 获取组织部门
|
|
|
|
|
- * @author : 姜宁
|
|
|
|
|
- * @date : 2023/2/1 14:12
|
|
|
|
|
- */
|
|
|
|
|
- @ApiOperation(value = "获取组织部门分页查询", notes = "获取组织部门分页查询")
|
|
|
|
|
- @PostMapping({"get_organization_by_page"})
|
|
|
|
|
- public ResponseResultVO<PageList<Map<String, Object>>> getOrganizationByPage(@RequestBody Map<String, Object> param) {
|
|
|
|
|
- return commonService.getOrganizationByPage(param);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* @desc : 获取数据字典
|
|
* @desc : 获取数据字典
|
|
|
* @author : 姜宁
|
|
* @author : 姜宁
|