| | |
| | | storageEscalationParam.setBoxNo(BoxNo); |
| | | //是否满板 1满板 0空板 |
| | | storageEscalationParam.setStaType(staProtocol.isEmptyMk() ? 0 : 1); |
| | | //库位类型 1高库位 0低库位 |
| | | storageEscalationParam.setLocType(staProtocol.isHigh() ? 1 : 0); |
| | | //库位类型 2中库位 1高库位 0低库位 |
| | | if(staProtocol.isHigh()){ |
| | | storageEscalationParam.setLocType(1); |
| | | }else if(staProtocol.isLow()){ |
| | | storageEscalationParam.setLocType(0); |
| | | }else if (staProtocol.isCentre()){ |
| | | storageEscalationParam.setLocType(2); |
| | | } |
| | | |
| | | storageEscalationParam.setTerminalNo(staProtocol.getSiteId()); |
| | | log.info("组托入库={}", storageEscalationParam); |
| | | String response = ""; |