疯狂的狮子li
2021-08-24 613fe5d35a201b7cad3f751e8ef725c54d53515c
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());
            }
            }