#
luxiaotao1123
2020-08-27 1a13af7ff90e306b10f6cd002e90f279331a763d
src/main/java/com/zy/core/thread/CrnThread.java
@@ -182,7 +182,7 @@
        BasCrnpService basCrnpService = SpringUtils.getBean(BasCrnpService.class);
        BasCrnp basCrnp = new BasCrnp();
        basCrnp.setCrnNo(slave.getId());
        if (basCrnpService.updateById(crnProtocol.toSqlModel(basCrnp))){
        if (!basCrnpService.updateById(crnProtocol.toSqlModel(basCrnp))){
            log.error("堆垛机plc数据库更新失败 ===>> [id:{}] [ip:{}] [port:{}]", slave.getId(), slave.getIp(), slave.getPort());
        }