...
|
...
|
@@ -36,10 +36,6 @@ public class PromotionInfoService { |
|
|
return promotionInfoMapper.selectValidPromotionList(DateUtil.getCurrentTimeSecond());
|
|
|
}
|
|
|
|
|
|
public List<PromotionInfo> getPromotionList(){
|
|
|
return promotionInfoMapper.getPromotionList();
|
|
|
}
|
|
|
|
|
|
public int selectCount(){
|
|
|
return promotionInfoMapper.selectCount();
|
|
|
}
|
...
|
...
|
|