liurunyu
2025-05-22 36006e6a957e6cce7df95691e5912785a6e231e0
产品测试检查项查询排序
1个文件已修改
2 ■■■ 已修改文件
pms-parent/pms-global/src/main/resources/mapper/PltProductTestInspectionItemsMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pms-parent/pms-global/src/main/resources/mapper/PltProductTestInspectionItemsMapper.xml
@@ -63,7 +63,7 @@
                t.disabled != 1  and
            </if>
        </trim>
        order by sort desc
        order by pro_id desc, sort asc
        <trim prefix="limit " >
            <if test="start != null and count != null">
                #{start}, #{count}