rk
5 天以前 5a5fb7ce772aa2d0e244c43dc8fe5039e77a87f2
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);
    }