From 0007e14cccd0df9c08a71037cc2803894a530c86 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 12 三月 2025 15:17:26 +0800
Subject: [PATCH] 设备完善2.0
---
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