|
@@ -79,7 +79,6 @@ public class SysDictDataController extends BaseController
|
|
/**
|
|
/**
|
|
* 根据字典类型查询字典数据信息
|
|
* 根据字典类型查询字典数据信息
|
|
*/
|
|
*/
|
|
- @PreAuthorize("@ss.hasPermi('system:dict:query')")
|
|
|
|
@GetMapping(value = "/type/{dictType}")
|
|
@GetMapping(value = "/type/{dictType}")
|
|
@ApiOperation("根据字典类型查询字典数据信息")
|
|
@ApiOperation("根据字典类型查询字典数据信息")
|
|
public AjaxResult dictType(@PathVariable String dictType)
|
|
public AjaxResult dictType(@PathVariable String dictType)
|