From 1c1ebb911e40aba9f051b6db1360956372d6a15f Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期三, 12 三月 2025 13:13:42 +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