From 6bb12efd46687be952a580e7e757cad9712cc7fd Mon Sep 17 00:00:00 2001 From: ls <1793460677@qq.com> Date: Mon, 26 Jan 2026 10:00:25 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E8=AF=B7=E6=B1=82=E9=A2=91=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../un_box_lable_conveyor/UnBoxLableConveyorDeviceDriver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acs2/nladmin-system/nlsso-server/src/main/java/org/nl/acs/device_driver/one_conveyor/un_box_lable_conveyor/UnBoxLableConveyorDeviceDriver.java b/acs2/nladmin-system/nlsso-server/src/main/java/org/nl/acs/device_driver/one_conveyor/un_box_lable_conveyor/UnBoxLableConveyorDeviceDriver.java index c329eb290..70bd8b2a6 100644 --- a/acs2/nladmin-system/nlsso-server/src/main/java/org/nl/acs/device_driver/one_conveyor/un_box_lable_conveyor/UnBoxLableConveyorDeviceDriver.java +++ b/acs2/nladmin-system/nlsso-server/src/main/java/org/nl/acs/device_driver/one_conveyor/un_box_lable_conveyor/UnBoxLableConveyorDeviceDriver.java @@ -202,7 +202,7 @@ public class UnBoxLableConveyorDeviceDriver extends AbstractOpcDeviceDriver impl } //空箱出库开盖位,申请开盖 - if (mode == 15 && move == 1 && task > 0) { + if (mode == 15 && move == 1 && task > 0 && !requireSucess) { Instruction instruction = instructionService.findByCode(String.valueOf(task)); //不允许开盖,完成出库任务,自动去扫码位 if (instruction == null || StrUtil.isEmpty(instruction.getVehicle_code())) {