From 2b79cefad63c3e3a67bd4ed676e4f90012a451ad Mon Sep 17 00:00:00 2001 From: xy <748613696@qq.com> Date: Fri, 19 Dec 2025 10:18:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../njcn/device/pq/mapper/mapping/PqDataVerifyCountMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pqs-device/pq-device/pq-device-boot/src/main/java/com/njcn/device/pq/mapper/mapping/PqDataVerifyCountMapper.xml b/pqs-device/pq-device/pq-device-boot/src/main/java/com/njcn/device/pq/mapper/mapping/PqDataVerifyCountMapper.xml index e6c1d817a..fd8baea6c 100644 --- a/pqs-device/pq-device/pq-device-boot/src/main/java/com/njcn/device/pq/mapper/mapping/PqDataVerifyCountMapper.xml +++ b/pqs-device/pq-device/pq-device-boot/src/main/java/com/njcn/device/pq/mapper/mapping/PqDataVerifyCountMapper.xml @@ -51,7 +51,7 @@ left join pq_line_detail t7 on t1.Line_Id = t7.Id left join sys_dict_data t8 on t7.Load_Type = t8.Id WHERE - (t1.total + t1.flicker) > 0 + t1.total > 0 and Line_Id in