Browse Source

//activity v.2

release_toaliyun_real
xiaohu 1 year ago
parent
commit
85d9781fb3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxVtwoActivityGrantSettlementServiceImpl.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxVtwoActivityGrantSettlementServiceImpl.java View File

@@ -66,7 +66,7 @@ public class WxVtwoActivityGrantSettlementServiceImpl extends ServiceImpl<WxVtwo
if(countGrantAwardList != null && !countGrantAwardList.isEmpty()){
handleOrderRatio(cmountOrderList);
for (WxVtwoActivityGrantAward grant : countGrantAwardList) {
for (WxVtwoActivityOrder order : amountOrderList){
for (WxVtwoActivityOrder order : cmountOrderList){
WxVtwoActivityGrantSettlement settlement = getGrantSettlement(grant,order,idWorker,false);
settlementList.add(settlement);
}
@@ -161,7 +161,7 @@ public class WxVtwoActivityGrantSettlementServiceImpl extends ServiceImpl<WxVtwo
if(countGrantAwardList != null && !countGrantAwardList.isEmpty()){
handleOrderRatio(cmountOrderList);
for (WxVtwoCashBackGrantAward grant : countGrantAwardList) {
for (WxVtwoActivityOrder order : amountOrderList){
for (WxVtwoActivityOrder order : cmountOrderList){
WxVtwoActivityGrantSettlement settlement = getGrantSettlement(grant,order,idWorker,false);
settlementList.add(settlement);
}


Loading…
Cancel
Save