#
Junjie
2025-07-09 b821b6c3719f5eac49bfff58af77a9b4ed97f544
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 {