modify apple inventory monitor schedule
This commit is contained in:
parent
d47781b91a
commit
7041128996
@ -56,7 +56,7 @@ public class AppleInventorySchedule {
|
||||
@Resource
|
||||
private DingTalkMsgPushUtils dingTalkMsgPushUtils;
|
||||
|
||||
@Scheduled(cron = "0 0/8 * * * ? ")
|
||||
@Scheduled(cron = "0 0/30 * * * ? ")
|
||||
public void appleInventoryMonitor() {
|
||||
if (!Boolean.TRUE.equals(appleInventoryMonitorSwitch)) {
|
||||
log.info(">>>>>>>>>>apple inventory monitor switch closed!<<<<<<<<<<");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user