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>