Przeglądaj źródła

tt

release_toaliyun_real
xhxu 5 lat temu
rodzic
commit
2aebc9f1fa
1 zmienionych plików z 3 dodań i 0 usunięć
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/service/tt/impl/TtCouponServiceImpl.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/service/tt/impl/TtCouponServiceImpl.java Wyświetl plik

@@ -77,6 +77,9 @@ public class TtCouponServiceImpl implements TtCouponService {
record.setIsPayment(EnumYesOrNo.YES.getCode());
}
// }
if(record.getFalseSellCount() != null && record.getFalseSellCount().intValue() > 0){
record.setPopularity(record.getFalseSellCount()*20);//虚拟人气
}

if (StringUtils.isBlank(record.getCoverPicture())) {
List<String> strList = new ArrayList<String>();


Ładowanie…
Anuluj
Zapisz