verou
2025-03-14 92f07afcc63f7675dde38d6d36d92bb05aed7c81
rsf-server/src/main/java/com/vincent/rsf/server/common/config/MybatisPlusConfig.java
@@ -73,7 +73,9 @@
        } catch (Exception e) {
            System.out.println(e.getMessage());
        }
        return new NullValue();
        //TODO 需设置一个系统调度帐号
//        return new NullValue();
        return new LongValue(1);
    }
}