mitao
2025-01-10 b9679b6f96bbe8b52ee1d699033d9021d5fe870f
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/controller/GeneratorMybatisPlus.java
@@ -74,7 +74,7 @@
        strategy.setControllerMappingHyphenStyle(true);
        //表和前缀处理
        String[] table = {
                "t_sys_staff"
                "t_file_record"
        };
        strategy.setInclude(table);
        String[] tablePre = new String[]{"t_"};