Browse Source

tt

release_toaliyun_real
xhxu 5 years ago
parent
commit
29dfd3b028
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/tt/impl/TtCouponServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/tt/impl/TtCouponServiceImpl.java View File

@@ -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())) {


Loading…
Cancel
Save