数据字典 根据累类型 查询字典数据 未测试
This commit is contained in:
@@ -344,6 +344,21 @@ public class DicTypeEORestController extends BaseController<DicTypeEO> {
|
||||
return Result.success(dicTypeEO);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return com.adc.da.util.http.ResponseMessage<java.util.List < com.adc.da.sys.entity.DicTypeEO>>
|
||||
* @Author gaoyan
|
||||
* @Description 分组查询全部字典类型
|
||||
* Date 2018/9/11 19:09
|
||||
* @Param [dicCode]
|
||||
**/
|
||||
@ApiOperation(value = "|DicTypeEO|查询字典类型")
|
||||
@GetMapping("/getDicTypeListCodeByType")
|
||||
//@RequiresPermissions("sys:dicType:getDicTypeListCode")
|
||||
public ResponseMessage<Map<String, Object>> getDicTypeListCodeByType(List<String> types) throws Exception {
|
||||
Map<String, Object> dicTypeEO = dicTypeEOService.getDicTypeListCodeByType(types);
|
||||
return Result.success(dicTypeEO);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return com.adc.da.util.http.ResponseMessage<java.util.List < java.util.Map < java.lang.String , java.lang.String>>>
|
||||
* @Author super_liu
|
||||
|
||||
Reference in New Issue
Block a user