...
|
...
|
@@ -74,7 +74,7 @@ public class PromotionCondService { |
|
|
* 获取PromotionCondList,加入缓存中
|
|
|
*/
|
|
|
public List<PromotionCond> buildPromotionCondList() {
|
|
|
promotionCondList = new ArrayList<>();
|
|
|
promotionCondList.clear();
|
|
|
//去promotionIndex索引查询所有促销数据
|
|
|
List<PromotionIndexBO> promotionIndexBOList = searchAllPromotion();
|
|
|
for (PromotionIndexBO promotionIndexBO : promotionIndexBOList) {
|
...
|
...
|
|