liurunyu
2025-05-29 ac4f0d8e61c545c74f287563765179696b51b856
pms-parent/pms-global/src/main/resources/mapper/PltProductQualityInspectionItemsMapper.xml
@@ -91,7 +91,7 @@
                <!--FIND_IN_SET(t.disabled, #{disabled}) 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}