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 5f2c675..cb5aea0 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 @@ -1103,6 +1103,9 @@ public class WcsIntegrationServiceImpl implements WcsIntegrationService { Integer wcsPalletType = palletInfo.getWcsPalletType() != null ? palletInfo.getWcsPalletType() : 1; Integer wcsBasePalletType = palletInfo.getWcsBasePalletType() != null ? palletInfo.getWcsBasePalletType() : 1; Integer soreType=palletInfo.getWcsSoreType(); + if (palletInfo.getSoreType() != null) { + soreType=palletInfo.getSoreType(); + } String autoSort = palletInfo.getAutoSort(); boolean isAutoSort = "Y".equals(autoSort);