MrShi
2025-11-26 7eb7c653e54ae77dacef48a303c5e3dba4f2afa7
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);
    }