#
zy
2025-07-31 d4da001ed4dbebed683c9f0f1e06a4d8f4d12eaf
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 {