liurunyu
2025-05-22 445570788bfac47476d7f6a3e4c9517a3c2d4a5c
pms-parent/pms-global/src/main/resources/mapper/PltProductUnqualifiedReasonMapper.xml
@@ -82,7 +82,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}