fix
Helius
2021-11-11 9bbcd9f08c311e5082271d9eb4db8dd19de87b0e
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);
}