src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -95,6 +95,7 @@ private JdbcTemplate jdbcTemplate; /** * 组托 * 入库站,根据条码扫描生成入库工作档,工作状态 2 */ @Async @@ -200,6 +201,7 @@ } /** * wms入库 * 入库站,根据条码扫描生成入库工作档,工作状态 1 ==>> 2 */ @Async @@ -870,6 +872,7 @@ for (Integer staNo : led.getStaArr()) { // 获取叉车站点 StaProtocol staProtocol = devpThread.getStation().get(staNo); if (staProtocol == null) {continue;} if (staProtocol.getWorkNo() != 0) { reset = false; break;