RuoYi
2020-05-18 25b114aae7e9efb2bc54cca8a5875237bc3da694
ruoyi/src/main/java/com/ruoyi/project/tool/gen/service/GenTableServiceImpl.java
@@ -262,6 +262,7 @@
                zip.putNextEntry(new ZipEntry(VelocityUtils.getFileName(template, table)));
                IOUtils.write(sw.toString(), zip, Constants.UTF8);
                IOUtils.closeQuietly(sw);
            zip.flush();
                zip.closeEntry();
            }
            catch (IOException e)