ludc
2023-04-07 7df1d61319149a666e8b2801a3c89c1d80900d2e
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=",">