Junjie
2026-04-06 b5bd29cae9c92d878affb7711508d5a9e19331e6
src/main/java/com/zy/asrs/timer/WcsStationTimer.java
@@ -78,6 +78,11 @@
                    wcsStationDto.setBarcode(object.getString("barcode"));
                    wcsStationDto.setErrorMsg(object.getString("errorMsg"));
                    wcsStationDto.setSystemWarning(object.getString("systemWarning"));
                    if (wcsStationDto.getLoading() == 0 || wcsStationDto.getTaskNo().equals("0")) {
                        wcsStationDto.setWrkDetls(null);
                    }
                    stationUtils.stationMap.put(stationId, wcsStationDto);
                }
            }