From e1aacd2adff671b44658f476722f4c4fc30c7eb5 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 13 八月 2026 09:23:21 +0800
Subject: [PATCH] 人员考勤:同步ICC门禁设备编号调整
---
inspect-server/src/main/resources/mapper/InsSampleMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
index eb6f9ec..6a6c748 100644
--- a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
+++ b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml
@@ -248,7 +248,7 @@
AND io.send_time IS NOT NULL
<if test="materialProp != null and materialProp != ''">
- AND iiq.material_prop LIKE CONCAT('%', #{materialProp}, '%')
+ AND iiq.material_prop = #{materialProp}
</if>
<if test="sonLaboratory != null and sonLaboratory != ''">
--
Gitblit v1.9.3