潘志宝
7 天以前 bbe7acfbe5a4c08d6edc91eaf81dcecf9d630e18
iailab-module-data/iailab-module-data-biz/src/main/resources/mapper/point/DaPointDao.xml
@@ -68,6 +68,9 @@
            <if test="params.isEnable != null ">
                and t1.is_enable = #{params.isEnable}
            </if>
            <if test="params.collectQuality != null and params.collectQuality != ''">
                and t6.collect_quality = #{params.collectQuality}
            </if>
        </where>
        order by t1.create_time desc, t1.point_no desc
    </select>