fix: 代码下载解压提示数据不完整问题修复
This commit is contained in:
@@ -273,7 +273,8 @@ public class CodegenServiceImpl implements CodegenService {
|
|||||||
for (String tableName : tableNames) {
|
for (String tableName : tableNames) {
|
||||||
generateAndZipCode(tableName, zip);
|
generateAndZipCode(tableName, zip);
|
||||||
}
|
}
|
||||||
|
// 确保所有压缩数据写入输出流,避免数据残留在内存缓冲区引发的数据不完整
|
||||||
|
zip.finish();
|
||||||
return outputStream.toByteArray();
|
return outputStream.toByteArray();
|
||||||
|
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user