Browse Source

tt

release_toaliyun_real
xhxu 5 years ago
parent
commit
d0933766bd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/tt/impl/TtCouponServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/tt/impl/TtCouponServiceImpl.java View File

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


Loading…
Cancel
Save