skyouc
2025-03-12 aeb30d72af3efcaf2e92c449f3927a31c3348dc9
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);
    }
}