|
@@ -125,10 +125,6 @@ public class CmHeheCouponService extends CrudService<CmHeheCouponDao, CmHeheCoup
|
|
|
public void setCouponStatus(CmHeheCoupon cmHeheCoupon) {
|
|
|
Date date = new Date();
|
|
|
if (cmHeheCoupon != null) {
|
|
|
- // 立即开始
|
|
|
- if (1 == cmHeheCoupon.getStartNowFlag()) {
|
|
|
- cmHeheCoupon.setStartTime(date);
|
|
|
- }
|
|
|
// 永久有效
|
|
|
if (1 == cmHeheCoupon.getPermanentFlag()) {
|
|
|
// 只要活动已开始,那就是上架状态
|