| | |
| | | } |
| | | |
| | | wcsStationDto.setStationId(stationId); |
| | | wcsStationDto.setTaskNo(object.getString("superTaskNo")); |
| | | wcsStationDto.setTaskNo(object.getString("taskNo")); |
| | | wcsStationDto.setAuto(object.getBoolean("autoing") ? 1 : 0); |
| | | wcsStationDto.setLoading(object.getBoolean("loading") ? 1 : 0); |
| | | 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); |
| | | } |
| | | } |