MrShi
2025-12-08 101b19d25dffc9bef8436bd58f5d6cacb9a30502
server/system_service/src/main/java/com/doumee/config/mybatis/DmStdOutImpl.java
@@ -30,7 +30,7 @@
    }
    public void debug(String s) {
        log.debug(s);
        log.info(s);
        System.out.println(s);
    }