Showing
1 changed file
with
1 additions
and
1 deletions
@@ -250,7 +250,7 @@ public class CouponServiceImpl implements ICouponService,IBusinessExportService{ | @@ -250,7 +250,7 @@ public class CouponServiceImpl implements ICouponService,IBusinessExportService{ | ||
250 | } | 250 | } |
251 | 251 | ||
252 | private String getStatusDesc(Coupon coupon){ | 252 | private String getStatusDesc(Coupon coupon){ |
253 | - if(Coupon.CouponStatusEnum.INVALID.getValue()!=coupon.getStatus()){ | 253 | + if(Coupon.CouponStatusEnum.INVALID.getValue()==coupon.getStatus()){ |
254 | return Coupon.CouponStatusEnum.INVALID.getKey(); | 254 | return Coupon.CouponStatusEnum.INVALID.getKey(); |
255 | } | 255 | } |
256 | //0:未生效,1:生效中,2:已过期 | 256 | //0:未生效,1:生效中,2:已过期 |
-
Please register or login to post a comment