liriming
2025-01-14 48c064d5395ac6a56ba381913219e90f0e4bac8d
iailab-module-data/iailab-module-data-biz/src/main/resources/mapper/point/DaPointDao.xml
@@ -286,5 +286,14 @@
            </if>
        </where>
    </select>
    <select id="getPointPage" parameterType="map" resultType="com.iailab.module.data.api.point.dto.ApiPointDTO">
        select point_no pointNo,point_name pointName from t_da_point
        <where>
            point_no in
            <foreach item="value" collection="paramsMap.values" separator="," open="(" close=")">
                '${value}'
            </foreach>
        </where>
    </select>
</mapper>