From fb2f97c1e66abc8a6d06287213187ce23dd5d7e0 Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期二, 11 三月 2025 10:26:21 +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