疯狂的狮子Li
2021-08-18 0375fd319c9f3b08d255c814cb0f8521d8ec641b
ruoyi-generator/src/main/java/com/ruoyi/generator/service/GenTableServiceImpl.java
@@ -267,7 +267,7 @@
            try {
                   String path = getGenPath(table, template);
                   FileUtils.writeUtf8String(sw.toString(), path);
            } catch (IOException e) {
            } catch (Exception e) {
               throw new ServiceException("渲染模板失败,表名:" + table.getTableName());
            }
            }