xin
2025-07-14 d2985d31ba7b387749b2350882172f675b923347
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>