|
|
|
@@ -72,7 +72,7 @@ public class TtCouponServiceImpl implements TtCouponService { |
|
|
|
if(record.getSalePrice() == null || record.getSalePrice().intValue() == 0){ |
|
|
|
record.setSalePrice(0); |
|
|
|
record.setIsPayment(EnumYesOrNo.NO.getCode()); |
|
|
|
record.setPreviewDuration(0); |
|
|
|
// record.setPreviewDuration(0); |
|
|
|
}else{ |
|
|
|
record.setIsPayment(EnumYesOrNo.YES.getCode()); |
|
|
|
} |
|
|
|
|