|
@@ -77,7 +77,6 @@ public class SecQcodeController extends BaseController {
|
|
|
|
|
|
|
|
@ApiOperation(value = "批量导出二维码")
|
|
@ApiOperation(value = "批量导出二维码")
|
|
|
@Log(title = "批量导出二维码", businessType = BusinessType.EXPORT)
|
|
@Log(title = "批量导出二维码", businessType = BusinessType.EXPORT)
|
|
|
- @PreAuthorize("@ss.hasPermi('system:dict:export')")
|
|
|
|
|
@GetMapping("/export/{id}")
|
|
@GetMapping("/export/{id}")
|
|
|
public AjaxResult export(@PathVariable(value = "id") Long[] ids) {
|
|
public AjaxResult export(@PathVariable(value = "id") Long[] ids) {
|
|
|
return baseSafetyToolService.export(ids);
|
|
return baseSafetyToolService.export(ids);
|
|
@@ -85,7 +84,6 @@ public class SecQcodeController extends BaseController {
|
|
|
|
|
|
|
|
@ApiOperation(value = "批量导出二维码")
|
|
@ApiOperation(value = "批量导出二维码")
|
|
|
@Log(title = "批量导出二维码", businessType = BusinessType.EXPORT)
|
|
@Log(title = "批量导出二维码", businessType = BusinessType.EXPORT)
|
|
|
- @PreAuthorize("@ss.hasPermi('system:dict:export')")
|
|
|
|
|
@GetMapping("/exportAll")
|
|
@GetMapping("/exportAll")
|
|
|
public AjaxResult exportAll(BaseSafetyTool safetyTool) {
|
|
public AjaxResult exportAll(BaseSafetyTool safetyTool) {
|
|
|
return baseSafetyToolService.export(safetyTool);
|
|
return baseSafetyToolService.export(safetyTool);
|