彭雪彬
2025-07-17 f7aecbb238953c233dc742e7363ec23b3f4e9882
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>