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

//update bug

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
b38d6892a0
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/TtMerchantPoiServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/TtMerchantPoiServiceImpl.java Просмотреть файл

@@ -841,7 +841,7 @@ public class TtMerchantPoiServiceImpl implements TtMerchantPoiService {
ttCouponChannelPoiMapper.updateById(ccPoi);
}else if(ttCouponChannelPoi == null){
ttCouponChannelPoi = new TtCouponChannelPoi();
ttCouponChannelPoi.setId(Long.parseLong(spuDetail.getSpuExtId()));
ttCouponChannelPoi.setId(Long.parseLong(spuDraft.getSpuExtId()));
ttCouponChannelPoi.updateTenantInfo(tenantInfo);
ttCouponChannelPoi.setSpuId(spuDraft.getSpuId());
ttCouponChannelPoi.setStatus(EnumSpuSyncStatus.sync_auditing.getCode());


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