src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -580,6 +580,15 @@ if (activeCount > 0) { return; } // 存在5秒内的15状态不下发出库 Date modiTimeThreshold = new Date(System.currentTimeMillis() - 5000L); int recentStatus15Count = wrkMastService.selectCount(new EntityWrapper<WrkMast>() .eq("wrk_sts", 15) .gt("modi_time", modiTimeThreshold) .ne("wrk_no", wrkMast.getWrkNo())); if (recentStatus15Count > 0) { return; } Integer sourceStaNo = Utils.getStaNoByLocNo(wrkMast.getSourceLocNo());