jiangqs
2023-07-11 7109e2fefaa46caffcd36b44828f48e0f8a790ba
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/controller/GeneratorMybatisPlus.java
@@ -74,7 +74,7 @@
        strategy.setControllerMappingHyphenStyle(true);
        //表和前缀处理
        String[] table = {
                "t_member_gift_record"
                "t_member_coupon_record"
        };
        strategy.setInclude(table);
        String[] tablePre = new String[]{"t_"};