update
This commit is contained in:
vanhempi
2cc6f2906b
commit
b14d86c96b
@ -81,8 +81,8 @@ public class ExecuteMove extends BaseService {
|
||||
RequestAe ae = new RequestAe();
|
||||
ae.setWms_order_id(1); //todo 测试填写
|
||||
ae.setOrder_id(orderID);
|
||||
orderInfo.setTaskKey(orderInfo.getTaskKey() + 1);
|
||||
ae.setTask_key(orderInfo.getTaskKey());
|
||||
orderInfo.setTaskKey(orderInfo.getTaskKey() + 1);
|
||||
ae.setPoint_size(2);
|
||||
ae.setPath_size(1);
|
||||
|
||||
|
@ -1502,7 +1502,7 @@ public class PlantModelManager
|
||||
throws ObjectUnknownException,
|
||||
ObjectExistsException {
|
||||
LocationType type = getObjectRepo().getObject(LocationType.class, to.getTypeName());
|
||||
System.out.println("test print location:" + to.getName() + ", type:" + type.getName());
|
||||
// System.out.println("test print location:" + to.getName() + ", type:" + type.getName());
|
||||
Location newLocation = new Location(to.getName(), type.getReference())
|
||||
.withPosition(to.getPosition())
|
||||
.withLocked(to.isLocked())
|
||||
|
Ladataan…
Viittaa uudesa ongelmassa
Block a user