|
|
@@ -131,8 +131,8 @@ public class TtCouponServiceImpl implements TtCouponService { |
|
|
ttc.setUpdateDate(new Date()); |
|
|
ttc.setUpdateDate(new Date()); |
|
|
ttCouponMapper.insert(ttc); |
|
|
ttCouponMapper.insert(ttc); |
|
|
} |
|
|
} |
|
|
|
|
|
ttCouponMapper.updateById(record); |
|
|
} |
|
|
} |
|
|
ttCouponMapper.updateById(record); |
|
|
|
|
|
|
|
|
|
|
|
return new ResultData(); |
|
|
return new ResultData(); |
|
|
} |
|
|
} |
|
|
|