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