Przeglądaj źródła

//..coupon_

release_toaliyun_real
xhxu 2 lat temu
rodzic
commit
d3a9004590
1 zmienionych plików z 6 dodań i 0 usunięć
  1. +6
    -0
      mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java

+ 6
- 0
mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java Wyświetl plik

@@ -692,6 +692,12 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService {
couponChannel.setUpdateDate(new Date()); couponChannel.setUpdateDate(new Date());
wxCouponChannelMapper.updateStatusByCouponId(couponChannel); wxCouponChannelMapper.updateStatusByCouponId(couponChannel);
} }
TtCouponChannelPoi ccPoi = new TtCouponChannelPoi();
ccPoi.setId(ttCouponChannelPoi.getId());
ccPoi.updateTenantInfo(ttCouponChannelPoi);
ccPoi.setStatus(op_type);
ccPoi.setUpdateDate(new Date());
ttCouponChannelPoiMapper.updateById(ccPoi);
} }


try { try {


Ładowanie…
Anuluj
Zapisz