seatonwan9
2025-08-28 e99dcf16787af69c69d16afcd92b6bf8922eede1
src/main/java/com/webmanage/mapper/ProductPricingMapper.java
@@ -26,7 +26,7 @@
    /**
     * 根据产品ID查询定价列表
     */
    List<ProductPricing> selectByProductId(@Param("productId") Long productId);
    List<ProductPricing> selectByProductId(@Param("productId") String productId);
    /**
     * 根据条件查询产品定价