|
|
@ -430,6 +430,8 @@ public class WcsIntegrationServiceImpl implements WcsIntegrationService { |
|
|
wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "TEMP"); |
|
|
wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "TEMP"); |
|
|
}else if("W01".equals(labelWarehouseId)){ |
|
|
}else if("W01".equals(labelWarehouseId)){ |
|
|
wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "W01"); |
|
|
wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "W01"); |
|
|
|
|
|
}else if("L01".equals(labelWarehouseId)){ |
|
|
|
|
|
wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "L01"); |
|
|
}else if("Q01".equals(labelWarehouseId)){ |
|
|
}else if("Q01".equals(labelWarehouseId)){ |
|
|
wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "Q01"); |
|
|
wcsIntegrationMapper.updatePalletLocationCode(site, palletId, "Q01"); |
|
|
}else if("W02".equals(labelWarehouseId)){ |
|
|
}else if("W02".equals(labelWarehouseId)){ |
|
|
|