#
Administrator
2026-03-29 8e90f3b72be3aa9d63e3dd5f5d743692aba30d9d
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);
                }
            }