#
Junjie
2 天以前 34b3f498a7c3663431073a91df35d9936decc5e0
src/main/java/com/zy/core/network/fake/ZyStationFakeConnect.java
@@ -118,9 +118,12 @@
            return;
        }
        String barcodeTime = String.valueOf(System.currentTimeMillis());
        String barcode = barcodeTime.substring(5);
        status.setTaskNo(taskNo);
        status.setLoading(true);
        status.setBarcode(String.valueOf(System.currentTimeMillis()));
        status.setBarcode(barcode);
    }
    private void generateFakeOutStationData(Integer stationId) {
@@ -261,7 +264,7 @@
            }
            try {
                while (true) {
                while (!Thread.currentThread().isInterrupted()) {
                    ZyStationStatusEntity nextStatus = statusList.stream()
                            .filter(item -> item.getStationId().equals(currentStationId)).findFirst().orElse(null);
                    if (nextStatus == null) {