k94314517
2025-03-27 c1335d3f7fd147268625b2d32944cfe1c45221f9
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);
    }