From 44daca093696d96e822df6584866910f7316863b Mon Sep 17 00:00:00 2001
From: chenrui <1187576398@qq.com>
Date: 星期一, 10 三月 2025 17:39:54 +0800
Subject: [PATCH] lims检测中心设备代码迁移
---
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