Commit 824a2ba2 authored by macro's avatar macro
Browse files

Update SmsFlashPromotionProductRelationService.java

parent 0c8ca243
...@@ -42,9 +42,8 @@ public interface SmsFlashPromotionProductRelationService { ...@@ -42,9 +42,8 @@ public interface SmsFlashPromotionProductRelationService {
/** /**
* 根据活动和场次id获取商品关系数量 * 根据活动和场次id获取商品关系数量
* @param flashPromotionId * @param flashPromotionId 限时购id
* @param flashPromotionSessionId * @param flashPromotionSessionId 限时购场次id
* @return
*/ */
long getCount(Long flashPromotionId,Long flashPromotionSessionId); long getCount(Long flashPromotionId,Long flashPromotionSessionId);
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment