潘志宝
7 天以前 bbe7acfbe5a4c08d6edc91eaf81dcecf9d630e18
collectQuality
已修改1个文件
3 ■■■■■ 文件已修改
iailab-module-data/iailab-module-data-biz/src/main/resources/mapper/point/DaPointDao.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>