From 5299d63b70c02f3c915975565723930f4fd87e14 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期六, 01 六月 2024 09:47:26 +0800
Subject: [PATCH] 完成光纤配置进行检验操作
---
performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml b/performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml
index b2f074a..3103c80 100644
--- a/performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml
+++ b/performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml
@@ -61,4 +61,7 @@
${ew.customSqlSegment}
</if>
</select>
+ <select id="selDepartLimsByName" resultType="java.lang.Integer">
+ select id from department_lims where name LIKE CONCAT('%', #{departLims}, '%');
+ </select>
</mapper>
--
Gitblit v1.9.3