|
|
@@ -855,7 +855,7 @@ public class LifeDiscountCouponServiceImpl extends ServiceImpl<LifeDiscountCoupo
|
|
|
record.setStatus(Integer.parseInt(DiscountCouponEnum.HAVE_NOT_STARTED.getValue()));
|
|
|
} else if (endResult > 0) {
|
|
|
record.setStatus(Integer.parseInt(DiscountCouponEnum.FINISHED.getValue()));
|
|
|
- } else if (startResult >= 0 && endResult <= 0) {
|
|
|
+ } else {
|
|
|
record.setStatus(Integer.parseInt(DiscountCouponEnum.UNDER_WAY.getValue()));
|
|
|
}
|
|
|
}
|