zss
2024-06-07 49cc211213ce71bd6e5bb8eeeffbda46c0bf98d8
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>