luofl
2025-04-11 c25a2802dd52bf8a50d87802080098fc8d734578
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/api/MgtComplaintController.java
@@ -60,7 +60,7 @@
    public void communityProblem(@ApiParam(name = "id", value = "诉求id", required = true) @PathVariable("id") Long id,
                                 @ApiParam(name = "type", value = "类型:1:社区问题单 2:问题处理单 3:协调通知单", required = true) @PathVariable("type") Integer type) {
        try {
            complaintService.downloadFile(id, type);
            complaintService.downloadFile(id, type,getLoginUserInfoSanGeShenBian());
        } catch (IOException e) {
            throw new RuntimeException(e);
        }