jyy
2021-03-16 51b1242dc2f55276b65f287974e7f86dcab8c74d
zq-erp/src/main/java/com/matrix/system/shopXcx/api/service/WxShopCouponService.java
@@ -18,7 +18,7 @@
    * 根据购物车选中的产品
    * @return
    */
   public List<CouponReceiveInfoVO> getCartVoCouponList(Long shopId,List<ShopShoppingCart> shopShoppingCarts);
   public List<CouponReceiveInfoVO> getCartVoCouponList(Long companyId,List<ShopShoppingCart> shopShoppingCarts);
   /**
@@ -42,12 +42,12 @@
    * 根据状态获取我的优惠券
    * 
    *
    * @param shopId
    * @param companyId
    * @param status
    * @param pageVo
    * @return
    */
   AjaxResult getMyCouponInfoByStatus(Long shopId, Integer status, PaginationVO pageVo);
   AjaxResult getMyCouponInfoByStatus(Long companyId, Integer status, PaginationVO pageVo);
   /**
    * 根据产品ID获取优惠券列表