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 {