p-honggang.li
2025-08-28 f0da95925bcb8ad19b0d1cc78afe4b4a4ae188a6
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);
    /**
     * 根据条件查询产品定价