wang1
2023-06-26 d3b1bfc3fbe2fc2f19ad5c4ef7d8df7b2ffbd2bb
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=",">