Commit b281b26a by 田超

Merge branch 'fixbug/1026069' into 'master'

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

See merge request rays/pcloud-book!1008
parents 363bfa66 54663e13
......@@ -604,7 +604,7 @@ public class GiftCouponPackageBizImpl implements GiftCouponPackageBiz {
}
}
}else{
if (ListUtils.isEmpty(list)){
if (!ListUtils.isEmpty(list)){
resultIds.addAll(list);
}
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