自动化立体仓库 - WCS系统
zc
2025-04-25 a3cd273234d56c5a36bd0a793a67e533a2141d6d
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);