bug
jiangqs
2023-08-27 58d3e3d9d6a129c687044eef0418def8ad6e7cad
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_"};