潘志宝
2025-01-14 cb5066ddca3d7c8d0959b20715f0f46948e6753e
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>