Преглед изворни кода

update gift

release_toaliyun_real
xhxu пре 4 година
родитељ
комит
f950ea241d
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/service/helper/WxCUserTagsServiceHelper.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/service/helper/WxCUserTagsServiceHelper.java Прегледај датотеку

@@ -369,14 +369,14 @@ public class WxCUserTagsServiceHelper{
if(cardSpendCountList.size() > 0) {
for (Map<String, Object> cardSpendCount : cardSpendCountList) {
if (cardSpendCount.get("business_id").equals(b.getId().toString())) {
count += (Integer) cardSpendCount.get("buCount");
count += (Integer) cardSpendCount.get("bu_count");
}
}
}
if(cardOrderCountList.size() > 0) {
for (Map<String, Object> cardOrderCount : cardOrderCountList) {
if (cardOrderCount.get("business").equals(b.getId().toString())) {
count += (Integer) cardOrderCount.get("buCount");
count += (Integer) cardOrderCount.get("bu_count");
}
}
}


Loading…
Откажи
Сачувај