liding
3 天以前 16d1c46ce0c5469d2e3e2cfa247dc595af320d58
cnas-manage/src/main/java/com/ruoyi/manage/controller/ManageDocumentAlterController.java
@@ -13,6 +13,7 @@
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.multipart.MultipartFile;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletResponse;
@@ -23,7 +24,7 @@
 * 文件变更 前端控制器
 * </p>
 *
 * @author 芯导软件(江苏)有限公司
 * @author
 * @since 2024-11-11 11:04:01
 */
@Api(tags = "管理体系文件的控制")
@@ -75,7 +76,7 @@
    @ApiOperation(value = "审核查看附件")
    @PostMapping("/checkManageDocumentAlterPdf")
    @GetMapping("/checkManageDocumentAlterPdf")
    public void checkManageDocumentAlterPdf(Long id, HttpServletResponse response)throws Exception {
        manageDocumentAlterService.checkManageDocumentAlterPdf(id,response);
    }