...
|
...
|
@@ -250,7 +250,7 @@ public class CouponServiceImpl implements ICouponService,IBusinessExportService{ |
|
|
}
|
|
|
|
|
|
private String getStatusDesc(Coupon coupon){
|
|
|
if(Coupon.CouponStatusEnum.INVALID.getValue()!=coupon.getStatus()){
|
|
|
if(Coupon.CouponStatusEnum.INVALID.getValue()==coupon.getStatus()){
|
|
|
return Coupon.CouponStatusEnum.INVALID.getKey();
|
|
|
}
|
|
|
//0:未生效,1:生效中,2:已过期
|
...
|
...
|
|