#
Junjie
2025-04-22 7809bb0e615492ed25d016921cd4458f7a5880a2
src/main/java/com/zy/core/News.java
@@ -168,7 +168,7 @@
            return false;
        }
        String systemMsg = replace(msg, args);
        if (systemMsg.equals(wrkMast.getSystemMsg())) {
        if (!systemMsg.equals(wrkMast.getSystemMsg())) {
            wrkMast.setSystemMsg(systemMsg);
            wrkMast.setModiTime(new Date());
            wrkMastService.updateById(wrkMast);