桌码下载修复linux下下载不正常

This commit is contained in:
张松 2025-02-28 10:06:55 +08:00
parent 18970d0516
commit e84327e09b
1 changed files with 1 additions and 2 deletions

View File

@ -152,9 +152,8 @@ public class ShopTableServiceImpl extends ServiceImpl<ShopTableMapper, ShopTable
byte[] byteArray = qrBytesList.get(i);
zipOut.write(byteArray, 0, byteArray.length);
zipOut.flush();
zipOut.closeEntry();
}
zipOut.finish();
zipOut.closeEntry();
}
}