|
@@ -42,9 +42,8 @@ public interface SmsFlashPromotionProductRelationService {
|
|
|
|
|
|
/**
|
|
|
* 根据活动和场次id获取商品关系数量
|
|
|
- * @param flashPromotionId
|
|
|
- * @param flashPromotionSessionId
|
|
|
- * @return
|
|
|
+ * @param flashPromotionId 限时购id
|
|
|
+ * @param flashPromotionSessionId 限时购场次id
|
|
|
*/
|
|
|
long getCount(Long flashPromotionId,Long flashPromotionSessionId);
|
|
|
}
|