瀏覽代碼

tt

release_toaliyun_real
xhxu 5 年之前
父節點
當前提交
2aebc9f1fa
共有 1 個文件被更改,包括 3 次插入0 次删除
  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 查看文件

@@ -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>();


Loading…
取消
儲存