123
whywhyo
2023-05-29 db9e568e346c07b574c5fbe59041889309f0642c
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZHonorController.java
@@ -74,8 +74,8 @@
     */
//    @PreAuthorize("@ss.hasPermi('system:property:export')")
    @Log(title = "证件、荣誉、资质记录", businessType = BusinessType.EXPORT)
    @PostMapping("/export/{ids}")
    public void export(HttpServletResponse response,@PathVariable Long[] ids)
    @PostMapping(value = {"/export/{ids}","/export"})
    public void export(HttpServletResponse response,@PathVariable(required = false) Long[] ids)
    {
        List<ZHonor> list = zHonorService.selectByIds(ids);
        log.info("导出记录为:{}",list);