#
taisheng
2025-02-25 a2bf670143f51ce7fc9ae77ba0c4f113fca5f0e4
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);