Просмотр исходного кода

//..coupon_

release_toaliyun_real
xhxu 2 лет назад
Родитель
Сommit
efc4ca4803
1 измененных файлов: 6 добавлений и 0 удалений
  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 Просмотреть файл

@@ -556,6 +556,12 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService {
ttDraftCouponChannelPoi.setUpdateDate(new Date());
ttCouponChannelPoiMapper.updateById(ttDraftCouponChannelPoi);

//审核通过即上线
ttCouponChannelPoi.setStatus(EnumSpuSyncStatus.sync_put_on.getCode());
ttCouponChannelPoi.setStatusDesc("");
ttCouponChannelPoi.setUpdateDate(new Date());
ttCouponChannelPoiMapper.updateById(ttCouponChannelPoi);

Date now = new Date();
Date showBeginTime = now;
Date beginTime = null;


Загрузка…
Отмена
Сохранить