jyy
2021-07-20 b8d9a7cd20dfbaa3c0cc08f3c27e4addd8774e95
zq-erp/src/main/java/com/matrix/system/shopXcx/dao/ShopCouponDao.java
@@ -55,7 +55,8 @@
   ShopCoupon selectByIdAndUserId(@Param("id") Integer id, @Param("userId") String userId);
   public List<ShopCoupon> selectHdListByProductId(@Param("productId") Integer productId, @Param("attrIds") List<String> attrIds);
   public List<ShopCoupon> selectHdListByProductId(@Param("productId") Integer productId, @Param("attrIds") List<String> attrIds, @Param("companyId")Long companyId);
    ShopCoupon getCouponByTitle(@Param("title")String title, @Param("companyId")Long companyId);
}