From 85d76785cd5a49ee4e942419afd197bc7ee97d68 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 07 六月 2024 11:34:01 +0800 Subject: [PATCH] 工时bug修改+用户过滤10003 --- 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