Kaynağa Gözat

[coupon_press_data][修改]:券创建删除pressdata初始化

release_toaliyun_real
Stormeye Wu 7 yıl önce
ebeveyn
işleme
a1fff1b494
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  1. +0
    -3
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

+ 0
- 3
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java Dosyayı Görüntüle

@@ -292,8 +292,6 @@ public class WxCouponServiceImpl implements WxCouponService {
record.setUpdateDate(new Date()); record.setUpdateDate(new Date());
wxCouponMapper.insertSelective(record); wxCouponMapper.insertSelective(record);


wxCouponMapper.insertPressData(record);

} else { } else {
if (merchantParamList != null && merchantParamList.size() > 0) { if (merchantParamList != null && merchantParamList.size() > 0) {
WxCouponMerchant cmParam = new WxCouponMerchant(); WxCouponMerchant cmParam = new WxCouponMerchant();
@@ -361,7 +359,6 @@ public class WxCouponServiceImpl implements WxCouponService {
} }
record.setUpdateDate(new Date()); record.setUpdateDate(new Date());
wxCouponMapper.updateByPrimaryKeySelective(record); wxCouponMapper.updateByPrimaryKeySelective(record);
wxCouponMapper.insertPressData(record);
} }
return new ResultData(record.getId()); return new ResultData(record.getId());
} }


Yükleniyor…
İptal
Kaydet