Browse Source

//activity v.

release_toaliyun_real
xiaohu 9 months ago
parent
commit
745da643fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxVtwoPrizeDrawActivityServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxVtwoPrizeDrawActivityServiceImpl.java View File

@@ -532,7 +532,7 @@ public class WxVtwoPrizeDrawActivityServiceImpl extends ServiceImpl<WxVtwoPrizeD
e.getOrderList().forEach(order -> { e.getOrderList().forEach(order -> {
List<WxVtwoActivityGrantAward> grantAwardList = orderGrantAwardMap.get(order.getId()); List<WxVtwoActivityGrantAward> grantAwardList = orderGrantAwardMap.get(order.getId());
WxVtwoActivityGrantAward grantAward = null; WxVtwoActivityGrantAward grantAward = null;
if(grantAwardList != null && !grantAwardList.isEmpty() && grantAwardList.size() <= finalI){
if(grantAwardList != null && !grantAwardList.isEmpty() && grantAwardList.size() > finalI){
grantAward = grantAwardList.get(finalI); grantAward = grantAwardList.get(finalI);
} }
if(grantAward != null){ if(grantAward != null){


Loading…
Cancel
Save