Przeglądaj źródła

Merge branch 'release_toaliyun_real_20230701' of https://git.malls.iformall.com/server/formallProject into release_toaliyun_real_20230701

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

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

@@ -561,8 +561,10 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService {
}
}
}
//审核通过即上架
handlePullOn(ttCouponChannelPoi,now);
if(EnumSpuSyncStatus.sync_audit_pass.getCode().equals(auditing)){
//审核通过即上架
handlePullOn(ttCouponChannelPoi,now);
}

return new ResultData(product);
}else{


Ładowanie…
Anuluj
Zapisz