|
@@ -74,6 +74,8 @@ public class SysCouponServiceImpl extends BaseServiceImpl<Integer, SysCoupon> im
|
|
|
oldCoupon.setWarningStatus(0);
|
|
|
}
|
|
|
oldCoupon.setUseCondition(sysCoupon.getUseCondition());
|
|
|
+ oldCoupon.setStartDate(sysCoupon.getStartDate());
|
|
|
+ oldCoupon.setEndDate(sysCoupon.getEndDate());
|
|
|
sysCouponDao.update(oldCoupon);
|
|
|
} else {
|
|
|
switch (sysCoupon.getType()) {
|