Pu Zhibing
2025-01-24 fd45fcbd496bbeaf9ee18edd8f2f858cf9cebaf3
ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/service/OrderGoodService.java
@@ -15,6 +15,6 @@
 */
public interface OrderGoodService extends IService<OrderGood> {
    public List<OrderGood> getOrderListByUserIdAndGoodsId(Long userId, Long goodsId);
    public List<OrderGood> getOrderListByUserIdAndGoodsId(Long userId, Integer goodsId);
}