wang1
2023-05-31 db1c3c5b3670639fd1dfc5de0fe75ce6f02f732e
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=",">