From 29dfd3b0280f2a2805fe80614c773b441f88bfda Mon Sep 17 00:00:00 2001 From: xhxu Date: Wed, 2 Jun 2021 10:59:55 +0800 Subject: [PATCH] tt --- .../java/com/iformall/service/tt/impl/TtCouponServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/tt/impl/TtCouponServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/tt/impl/TtCouponServiceImpl.java index a49423c03..81f96aea9 100644 --- a/mallinkService/src/main/java/com/iformall/service/tt/impl/TtCouponServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/tt/impl/TtCouponServiceImpl.java @@ -59,7 +59,7 @@ public class TtCouponServiceImpl implements TtCouponService { @Override - @Transactional(propagation = Propagation.REQUIRED, readOnly = false, rollbackFor = {Exception.class}) + @Transactional(rollbackFor = Exception.class) public ResultData saveOrUpdate(TtCoupon record) { if (StringUtils.isNotEmpty(record.getSalePriceStr())) {