自动化立体仓库 - WMS系统
#
1
20 小时以前 4973284488a6fc5c93cc234307052e2ee897fcb7
src/main/java/com/zy/asrs/task/ExceptionNoticeScheduler.java
@@ -11,7 +11,7 @@
public class ExceptionNoticeScheduler {
    @Autowired
    private ExceptionNoticeHandler exceptionNoticeHandler;
    @Scheduled(cron = "0/30 * * * * ? ")
    @Scheduled(cron = "0/5 * * * * ? ")
    private void execute(){
        ReturnT<String> returnT = exceptionNoticeHandler.start();
        if (!returnT.isSuccess()) {