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>