mitao
2025-03-21 9263164eba40daf1bd0972051b6c0fead79d21ec
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);
        }