This commit is contained in:
xuzhiheng 2025-06-09 13:53:56 +08:00
vanhempi 2cc6f2906b
commit b14d86c96b
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa

Näytä tiedosto

@ -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);

Näytä tiedosto

@ -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())