| | |
| | | mutateStation(deviceNo, stationId, new StationMutation() { |
| | | @Override |
| | | public void apply(ZyStationStatusEntity status) { |
| | | News.info("仿真出库站点数据生成,设备号={},站点号={},原taskNo={},原targetStaNo={},原loading={},原barcode={},动作=generateFakeOutStationData", |
| | | deviceNo, stationId, status.getTaskNo(), status.getTargetStaNo(), status.isLoading(), status.getBarcode()); |
| | | status.setLoading(true); |
| | | News.info("仿真出库站点数据生成完成,设备号={},站点号={},新taskNo={},新targetStaNo={},新loading={},新barcode={}", |
| | | deviceNo, stationId, status.getTaskNo(), status.getTargetStaNo(), status.isLoading(), status.getBarcode()); |
| | | } |
| | | }); |
| | | } |