Commit 54663e13 by 郑勇

bug: [1026069] 摩天大楼这本书匹配的礼包券不对

parent 363bfa66
...@@ -604,7 +604,7 @@ public class GiftCouponPackageBizImpl implements GiftCouponPackageBiz { ...@@ -604,7 +604,7 @@ public class GiftCouponPackageBizImpl implements GiftCouponPackageBiz {
} }
} }
}else{ }else{
if (ListUtils.isEmpty(list)){ if (!ListUtils.isEmpty(list)){
resultIds.addAll(list); resultIds.addAll(list);
} }
List<Long> list1=giftCategoryDao.getOtherByParams(map); List<Long> list1=giftCategoryDao.getOtherByParams(map);
......
Markdown is supported
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