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