From eca86aa3601ebb08c15abb90ce978eddd8dcf965 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期五, 07 三月 2025 14:57:46 +0800
Subject: [PATCH] 调整上传通用接口

---
 cnas-require/src/main/resources/mapper/FeCalibrationScheduleMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cnas-require/src/main/resources/mapper/FeCalibrationScheduleMapper.xml b/cnas-require/src/main/resources/mapper/FeCalibrationScheduleMapper.xml
index bbdeeae..8485501 100644
--- a/cnas-require/src/main/resources/mapper/FeCalibrationScheduleMapper.xml
+++ b/cnas-require/src/main/resources/mapper/FeCalibrationScheduleMapper.xml
@@ -29,7 +29,7 @@
             <if test="instrumentName != null and instrumentName != ''">
                 instrument_name like CONCAT('%', #{instrumentName}, '%')
             </if>
-            <if test="instrumentName != null and managementNumber != ''">
+            <if test="managementNumber != null and managementNumber != ''">
                 management_number like CONCAT('%', #{managementNumber}, '%')
             </if>
         </where>

--
Gitblit v1.9.3