#
Junjie
1 天以前 c8de85433e5800a7b5595a96d99f4b49f24c38b4
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) {