自动化立体仓库 - WCS系统
#
lsh
2024-02-17 7cc5158075ba57d1e1c630ca4a42dc06262ad0d7
src/main/java/com/zy/asrs/controller/SiteController.java
@@ -189,7 +189,7 @@
                    if (pakMk != null) {
                        staProtocol.setPakMk(pakMk.equals("Y"));
                    }
                    boolean result = MessageQueue.offer(SlaveType.Devp, devp.getId(), new Task(2, staProtocol));
                    boolean result = MessageQueue.offer(SlaveType.Devp, devp.getId(), new Task(5, staProtocol));
                    if (result) {
                        return R.ok();
                    } else {