From 0ce5840d025b6524a501f9f278510bc65c42b809 Mon Sep 17 00:00:00 2001
From: xy <748613696@qq.com>
Date: Thu, 10 Jul 2025 11:13:35 +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
---
.../mapping/CsEquipmentDeliveryMapper.xml | 20 +++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/cs-device/cs-device-boot/src/main/java/com/njcn/csdevice/mapper/mapping/CsEquipmentDeliveryMapper.xml b/cs-device/cs-device-boot/src/main/java/com/njcn/csdevice/mapper/mapping/CsEquipmentDeliveryMapper.xml
index 44ab8db..961580a 100644
--- a/cs-device/cs-device-boot/src/main/java/com/njcn/csdevice/mapper/mapping/CsEquipmentDeliveryMapper.xml
+++ b/cs-device/cs-device-boot/src/main/java/com/njcn/csdevice/mapper/mapping/CsEquipmentDeliveryMapper.xml
@@ -92,14 +92,18 @@
*
from
cs_equipment_delivery
- where
- process = #{queryParam.process}
-
- and run_status = #{queryParam.runStatus}
-
-
- and (name like concat('%',#{queryParam.searchValue},'%') or ndid like concat('%',#{queryParam.searchValue},'%'))
-
+
+ 1=1
+
+ and process = #{queryParam.process}
+
+
+ and run_status = #{queryParam.runStatus}
+
+
+ and (name like concat('%',#{queryParam.searchValue},'%') or ndid like concat('%',#{queryParam.searchValue},'%'))
+
+