Browse Source

栈板初始化

master
常熟吴彦祖 3 months ago
parent
commit
01d1097308
  1. 2
      src/main/java/com/gaotao/modules/automatedWarehouse/service/impl/WcsIntegrationServiceImpl.java

2
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)){

Loading…
Cancel
Save