Junjie
2026-04-12 6a71dd91fc77040eab3ffc37a52f039e293f2a73
src/main/java/com/zy/core/plugin/store/StoreInTaskGenerationService.java
@@ -135,6 +135,11 @@
            return;
        }
        if (!stationProtocol.getIoMode().equals(1)) {
            policy.setSystemWarning(context, "当前站点不处于入库模式");
            return;
        }
        String barcode = context.getStationProtocol().getBarcode();
        long count = wrkMastService.count(new QueryWrapper<WrkMast>().eq("barcode", barcode));
        if (count > 0) {