Pu Zhibing
2025-01-14 6936e2439bb5426d6c446ec30c2d27a7db8e890d
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);
}