From d9708580db21dab16b1c6bcc5810fab931f217d6 Mon Sep 17 00:00:00 2001 From: xy <748613696@qq.com> Date: Fri, 20 Dec 2024 13:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../njcn/access/service/impl/CsEquipmentDeliveryServiceImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/iot-access/access-boot/src/main/java/com/njcn/access/service/impl/CsEquipmentDeliveryServiceImpl.java b/iot-access/access-boot/src/main/java/com/njcn/access/service/impl/CsEquipmentDeliveryServiceImpl.java index 17711ec..5e4288b 100644 --- a/iot-access/access-boot/src/main/java/com/njcn/access/service/impl/CsEquipmentDeliveryServiceImpl.java +++ b/iot-access/access-boot/src/main/java/com/njcn/access/service/impl/CsEquipmentDeliveryServiceImpl.java @@ -120,7 +120,6 @@ public class CsEquipmentDeliveryServiceImpl extends ServiceImpl list = this.lambdaQuery() .eq(CsEquipmentDeliveryPO::getRunStatus,AccessEnum.OFFLINE.getCode()) .eq(CsEquipmentDeliveryPO::getUsageStatus,1) - .eq(CsEquipmentDeliveryPO::getStatus, AccessEnum.REGISTERED.getCode()) .list(); list.forEach(item->{ String clientName = "NJCN-" + item.getNdid().substring(item.getNdid().length() - 6);