Przeglądaj źródła

update gift

release_toaliyun_real
xhxu 4 lat temu
rodzic
commit
f950ea241d
1 zmienionych plików z 2 dodań i 2 usunięć
  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 Wyświetl plik

@@ -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");
}
}
}


Ładowanie…
Anuluj
Zapisz