Tento commit je obsažen v:
xuzhiheng
2025-06-09 13:53:56 +08:00
rodič 2cc6f2906b
revize b14d86c96b
2 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

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

Zobrazit soubor

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