桌码下载修复linux下下载不正常
This commit is contained in:
@@ -152,9 +152,8 @@ public class ShopTableServiceImpl extends ServiceImpl<ShopTableMapper, ShopTable
|
|||||||
byte[] byteArray = qrBytesList.get(i);
|
byte[] byteArray = qrBytesList.get(i);
|
||||||
zipOut.write(byteArray, 0, byteArray.length);
|
zipOut.write(byteArray, 0, byteArray.length);
|
||||||
zipOut.flush();
|
zipOut.flush();
|
||||||
zipOut.closeEntry();
|
|
||||||
}
|
}
|
||||||
zipOut.finish();
|
zipOut.closeEntry();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user