pjb
2025-06-23 d8060afba15f67e443bb2f89410313905bdc7ebe
src/main/java/com/zy/core/thread/SiemensCrnThread.java
@@ -366,6 +366,12 @@
                    }
                }while (writeCount2<5);
            }
        } else {
            BasCrnpService basCrnpService = SpringUtils.getBean(BasCrnpService.class);
            BasCrnp basCrnp = basCrnpService.selectById(slave.getId());
            basCrnp.setModiTime(new Date());
            basCrnpService.updateById(basCrnp);
            log.info("更新{}号堆垛机执行任务完成复位时间",slave.getId());
        }
        try {