Commit 3d6da55c by 陈浩建

融合定时器5分钟

parent 28a053ce
...@@ -58,7 +58,7 @@ public class RhZhiNenTask { ...@@ -58,7 +58,7 @@ public class RhZhiNenTask {
* 下发智能平台订单 * 下发智能平台订单
* *
*/ */
@Scheduled(cron = "0 0/1 * * * ? ") @Scheduled(cron = "0 0/5 * * * ? ")
// @Scheduled(fixedRate=2800000) // @Scheduled(fixedRate=2800000)
public void sendZhiNengOrder() { public void sendZhiNengOrder() {
log.info("智能平台定时器下单启动"); log.info("智能平台定时器下单启动");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment