bug
jiangqs
2023-09-25 2e7f787f8e0859d0a9a6ff1eab6aeadac7934c50
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/controller/GeneratorMybatisPlus.java
@@ -74,7 +74,7 @@
        strategy.setControllerMappingHyphenStyle(true);
        //表和前缀处理
        String[] table = {
                "t_region"
                "t_file_record"
        };
        strategy.setInclude(table);
        String[] tablePre = new String[]{"t_"};