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