diff --git a/mallinkSchedule/src/main/java/com/iformall/schedule/SharingOrderRedoSchedule.java b/mallinkSchedule/src/main/java/com/iformall/schedule/SharingOrderRedoSchedule.java index 9312fc5bd..a835a84dc 100644 --- a/mallinkSchedule/src/main/java/com/iformall/schedule/SharingOrderRedoSchedule.java +++ b/mallinkSchedule/src/main/java/com/iformall/schedule/SharingOrderRedoSchedule.java @@ -49,9 +49,9 @@ public class SharingOrderRedoSchedule { } @Async -// @Scheduled(cron = "0 15 2 * * ?") // 每天凌晨02:00分账重试 + @Scheduled(cron = "0 15 2 * * ?") // 每天凌晨02:00分账重试 // @Scheduled(cron = "0 15 */2 * * ?")// 每2个小时的15分钟 - @Scheduled(cron = "0 0/10 * * * ?") // 测试 +// @Scheduled(cron = "0 0/10 * * * ?") // 测试 public void sharingOrderRedoSchedule() { List malls = getMalls(); for (WxMall mall: malls) { diff --git a/mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java index 7b0d7a78f..ee683659f 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java @@ -370,7 +370,7 @@ public class TtCouponGoodsServiceImpl implements TtCouponGoodsService { if (isSaas) { Product.ProductExt productExt = new Product.ProductExt(); - productExt.setAutoOnline(false); +// productExt.setAutoOnline(false);//审核通过后不上架 //测试商品 Product.TestExtra testExtra = new Product.TestExtra(); testExtra.setTestFlag(true);