#
Junjie
2025-07-14 471d7b5bc4c8cf7ffeb258f208a66cca202d64de
src/main/java/com/zy/core/News.java
@@ -143,7 +143,7 @@
        return NEWS_QUEUE.offer(new NewsDomain(level, replace(msg, args), (new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")).format(new Date())));
    }
    private static String replace(String str, Object[] objs){
    public static String replace(String str, Object[] objs){
        if (null == objs || objs.length == 0 || null == str || "".equals(str.trim())) {
            return str;
        } else {