打包策略改变

This commit is contained in:
张松
2025-02-28 11:04:27 +08:00
parent e0d5db8d13
commit 1ac19cb39a

View File

@@ -183,6 +183,7 @@ public class ShopTableServiceImpl extends ServiceImpl<ShopTableMapper, ShopTable
downloadFile(request, response, new File(tempZipPath), true);
log.info("桌码生成成功");
if (dir.exists()) {
for (File file : Objects.requireNonNull(dir.listFiles())) {