ludc
2023-12-26 ff15fb3ec4e29dc0ddcddfda711209831fd2ac59
Source/UBCS/ubcs-service/ubcs-system/src/main/resources/mapper/ValueRangeMapper.xml
@@ -72,7 +72,7 @@
        </where>
    </select>
    <select id="queryByCombinationIds" resultType="java.util.List">
    <select id="queryByCombinationIds" resultType="String">
        SELECT "VALUE" FROM PL_SYS_VALUE_RANGE PSVR
        WHERE PSVR.COMBINATION_ID IN (
            <foreach collection="combinationIds" item="id" separator=",">