桌码下载修复linux下下载不正常
This commit is contained in:
parent
18970d0516
commit
e84327e09b
|
|
@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue