| | |
| | | |
| | | |
| | | //************补充扩展字段************* |
| | | InnerLiftExtend liftExtend = JSON.parseObject(JSON.toJSONString(liftProtocol.getExtend(), SerializerFeature.DisableCircularReferenceDetect), InnerLiftExtend.class); |
| | | InnerLiftExtend liftExtend = (InnerLiftExtend) liftProtocol.getExtend(); |
| | | liftExtend.setLock(data.getInteger("lockStatus") == 1 ? true : false); |
| | | liftProtocol.setExtend(liftExtend); |
| | | |
| | |
| | | body.put("taskId", taskNo); |
| | | body.put("startLayer", 0); |
| | | body.put("endLayer", targetLev); |
| | | body.put("startLocation", 0); |
| | | body.put("endLocation", 0); |
| | | body.put("model", taskMode); |
| | | |
| | | LiftCommand command = new LiftCommand(); |
| | |
| | | body.put("taskId", taskNo); |
| | | body.put("startLayer", sourceLev); |
| | | body.put("endLayer", targetLev); |
| | | body.put("startLocation", 0); |
| | | body.put("endLocation", 0); |
| | | body.put("model", 2);//载车移动 |
| | | |
| | | LiftCommand command = new LiftCommand(); |