Kaynağa Gözat

tt

release_toaliyun_real
xhxu 5 yıl önce
ebeveyn
işleme
29dfd3b028
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet