RuoYi
2020-04-29 1a079532e823e78ce35f8fe7f312e37e8cd0f902
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)