Commit f2a2e176 by 罗承锋

修改预制卡更新时间

parent 7366a8de
...@@ -58,7 +58,7 @@ public class OrderTask { ...@@ -58,7 +58,7 @@ public class OrderTask {
/** /**
* 更新移动卡的状态 * 更新移动卡的状态
*/ */
@Scheduled(cron = "0 0/2 * * * ?") @Scheduled(cron = "0 0/5 * * * ?")
public void updateMobileCardStatus() { public void updateMobileCardStatus() {
log.info("更新预制卡状态开始"); log.info("更新预制卡状态开始");
// 有卡品id,并且未审核中的状态 // 有卡品id,并且未审核中的状态
......
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