fanli/src/main/java/com/yeshi/fanli/util/SpringContext.java
@@ -91,7 +91,7 @@ doPushIOS();// 处理发送IOS消息 } else if (!Constant.IS_TEST) { initScheduler();// 启动定时任务 doUpdateGoodsJob(); // doUpdateGoodsJob(); } } @@ -344,7 +344,7 @@ public void doUpdateGoodsJob() { // 采用4个线程做更新 for (int i = 0; i < 4; i++) for (int i = 0; i < 1; i++) executor.execute(new Runnable() { @Override public void run() { @@ -376,6 +376,7 @@ } } } catch (Exception e) { LogHelper.error("更新商品出错:" + e.getMessage()); } }