自动化立体仓库 - WMS系统
#1
lsh
2024-05-31 c22edcc5e29212dfa3e7b629c45ba00c30f310f8
src/main/java/com/zy/asrs/task/AgvWrkMastScheduler.java
@@ -211,10 +211,9 @@
                    if(!Cools.isEmpty(agvWrkMastWorking)){
                        return;
                    }
                    agvWrkMastHandler.startPutWayWrk(agvWrkMast);
                } catch (IOException e) {
                    log.error(e.getMessage());
                } catch (Exception e) {
                    log.error("搬运,统指出库、移库、点到点搬运等"+e.getMessage());
                }
            });
        }