소스 검색

//activity v.

release_toaliyun_real
xiaohu 10 달 전
부모
커밋
745da643fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

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


불러오는 중...
취소
저장