彭雪彬
2025-07-16 5b122a6277c2fe4e80f0b16a7295ce4db685819b
oying-system/src/main/resources/mapper/pc/product/ProductMapper.xml
@@ -60,10 +60,10 @@
                and active = #{criteria.active}
            </if>
        </where>
        order by product_id desc
        <if test="criteria.limit != null">
            limit #{criteria.limit}
        </if>
        order by product_id desc
    </select>
</mapper>