|
|
@@ -59,7 +59,7 @@ public class TtCouponServiceImpl implements TtCouponService { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
@Transactional(propagation = Propagation.REQUIRED, readOnly = false, rollbackFor = {Exception.class}) |
|
|
|
|
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
public ResultData saveOrUpdate(TtCoupon record) { |
|
|
public ResultData saveOrUpdate(TtCoupon record) { |
|
|
|
|
|
|
|
|
if (StringUtils.isNotEmpty(record.getSalePriceStr())) { |
|
|
if (StringUtils.isNotEmpty(record.getSalePriceStr())) { |
|
|
|