Browse Source

//return test

release_toaliyun_real
xhxu 3 years ago
parent
commit
81a640de6d
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      mallinkSchedule/src/main/java/com/iformall/schedule/SharingOrderRedoSchedule.java
  2. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java

+ 2
- 2
mallinkSchedule/src/main/java/com/iformall/schedule/SharingOrderRedoSchedule.java View File

@@ -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<WxMall> malls = getMalls();
for (WxMall mall: malls) {


+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/TtCouponGoodsServiceImpl.java View File

@@ -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);


Loading…
Cancel
Save