pjb
2025-07-05 015b9522a1a70a3e727fccfcc2f56365d82aaaf3
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 {