Compare commits
2 Commits
d4cfa0ff25
...
052d11f60e
| Author | SHA1 | Date |
|---|---|---|
|
|
052d11f60e | |
|
|
b51d13397b |
|
|
@ -50,7 +50,7 @@ public class DictController {
|
|||
|
||||
@SysLog(value = "字典数据", businessType = BusinessType.EXPORT)
|
||||
@RequiresPermissions("system:dict:export")
|
||||
@PostMapping("/export")
|
||||
@GetMapping("/export")
|
||||
public void export(HttpServletResponse response, ListDictDTO dictData)
|
||||
{
|
||||
CommonParam commonParam = CommonParam.buildAllRequest();
|
||||
|
|
|
|||
|
|
@ -49,9 +49,9 @@ public class DictTypeController {
|
|||
return AjaxResult.success(pageResult);
|
||||
}
|
||||
|
||||
@SysLog(value = "字典类型", businessType = BusinessType.EXPORT)
|
||||
@SysLog(value = "字典类型", businessType = BusinessType.DOWNLOAD)
|
||||
@RequiresPermissions("system:dict:export")
|
||||
@PostMapping("/export")
|
||||
@GetMapping("/export")
|
||||
public void export(HttpServletResponse response, SysDictType dictType)
|
||||
{
|
||||
CommonParam commonParam = CommonParam.buildAllRequest();
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ public class SysConfigController
|
|||
|
||||
@SysLog(value = "参数管理", businessType = BusinessType.EXPORT)
|
||||
@RequiresPermissions("system:config:export")
|
||||
@PostMapping("/export")
|
||||
@GetMapping("/export")
|
||||
public void export(HttpServletResponse response, SysConfig config)
|
||||
{
|
||||
CommonParam commonParam = CommonParam.buildAllRequest();
|
||||
|
|
|
|||
Loading…
Reference in New Issue