#
Junjie
2026-03-29 07f91daebfd77b7344ad405db713eea237686d57
#
1个文件已修改
5 ■■■■■ 已修改文件
src/main/java/com/zy/asrs/timer/WcsStationTimer.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);
                }
            }