潘志宝
2025-02-28 dbd8a0de4b94f846a6beeccfaca3ed5cc08b0b9e
iailab-module-data/iailab-module-data-biz/src/main/resources/mapper/point/DaPointDao.xml
@@ -71,6 +71,12 @@
            <if test="params.collectQuality != null and params.collectQuality != ''">
                and t6.collect_quality = #{params.collectQuality}
            </if>
            <if test="params.pointNos != null">
                AND t1.point_no in
                <foreach collection="params.pointNos" item="item" index="item" open="(" close=")" separator=",">
                    #{item}
                </foreach>
            </if>
        </where>
        order by t1.create_time desc, t1.point_no desc
    </select>
@@ -232,6 +238,7 @@
        t1.point_no,
        t1.point_name,
        t1.default_value,
        t1.unittransfactor,
        t1.point_type,
        t1.data_type,
        t1.store_type,