自动化立体仓库 - WCS系统
#
Junjie
8 天以前 3009c8b166815ef1ca58d43643e6d1f9f3a57747
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);