|
|
@@ -12,7 +12,6 @@ import io.swagger.annotations.ApiOperation;
|
|
|
import java.util.Arrays;
|
|
|
import java.util.List;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
-import org.springframework.security.access.prepost.PreAuthorize;
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.PathVariable;
|
|
|
@@ -77,7 +76,7 @@ public class SecQcodeController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "批量导出二维码")
|
|
|
@Log(title = "批量导出二维码", businessType = BusinessType.EXPORT)
|
|
|
- @GetMapping("/export/{id}")
|
|
|
+ @GetMapping("/export")
|
|
|
public AjaxResult export(@PathVariable(value = "id") Long[] ids) {
|
|
|
return baseSafetyToolService.export(ids);
|
|
|
}
|