From 8fc19cfeb0f5d8f10e9da5eed7fd9fe072f853b2 Mon Sep 17 00:00:00 2001 From: chengqf <584883665@139.com> Date: Thu, 13 Apr 2023 15:06:21 +0800 Subject: [PATCH] outputStream.close() --- src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java b/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java index d990a7d5..4a924756 100644 --- a/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java +++ b/src/main/java/com/glxp/api/idc/service/impl/IdcServiceImpl.java @@ -1031,7 +1031,7 @@ public class IdcServiceImpl implements IdcService { } outputStream.flush(); - + outputStream.close(); } catch (Exception e) {