puzhibing
2024-01-19 dc600db1211ba96302c2f75b4dd224512aad89cf
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);
    /**