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