diff --git a/src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/WcsIntegrationServiceImpl.java b/src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/WcsIntegrationServiceImpl.java index 6924691..336f824 100644 --- a/src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/WcsIntegrationServiceImpl.java +++ b/src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/WcsIntegrationServiceImpl.java @@ -416,7 +416,7 @@ public class WcsIntegrationServiceImpl implements WcsIntegrationService { // 获取栈板当前所在站点 AgvStation nowStation = wcsIntegrationMapper.getNowStation(site, palletId); if (nowStation == null) { - + //初始化的时候用 一开始栈板是没有位置的 按照第一个入栈的标签来给虚拟位置 后期不需要处理 if("Temp".equals(labelWarehouseId)){ wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "Temp"); }else if("AS".equals(labelLocationId)){