ruoyi-modules/ruoyi-order/src/main/java/com/ruoyi/order/mapper/order/OrderMapper.java
@@ -662,11 +662,10 @@ * @description 获取用户商品购买数量 * @author jqs * @date 2023/7/23 18:17 * @param userId * @param goodsId * @return Integer */ Integer countUserBuyGoodsNum(@Param("userId")Long userId, @Param("goodsId")String goodsId); Integer countUserBuyGoodsNum(@Param("goodsId")String goodsId); /**