Commit 5f7c9a24 authored by alex yao's avatar alex yao

fix: 门户页对话失败

parent 72b76889
......@@ -411,6 +411,7 @@ public class LongTextDialoguesServiceImpl implements LongTextDialoguesService {
throw new BusinessException("连接断开");
} finally {
bufferedReader.close();
sseUtil.complete();
}
}
......
......@@ -361,6 +361,7 @@ public class PortalServiceImpl implements PortalService {
throw new BusinessException("连接断开");
} finally {
bufferedReader.close();
sseUtil.complete();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment