|
|
|
@ -1986,7 +1986,9 @@ public class WcsIntegrationServiceImpl implements WcsIntegrationService { |
|
|
|
// 获取栈板信息(包含pallet_type表关联数据)- rqrq |
|
|
|
com.gaotao.modules.warehouse.entity.PalletData palletInfo = wcsIntegrationMapper.getPalletInfoWithTypeDetails(site, palletId); |
|
|
|
String locationCode = palletInfo.getLocationCode(); |
|
|
|
|
|
|
|
if(locationCode == null||locationCode.isEmpty()){ |
|
|
|
locationCode="D1"; |
|
|
|
} |
|
|
|
// 从pallet表关联pallet_type获取WCS相关字段 - rqrq |
|
|
|
Integer wcsPalletType = palletInfo.getWcsPalletType() != null ? palletInfo.getWcsPalletType() : 1; |
|
|
|
Integer wcsBasePalletType = palletInfo.getWcsBasePalletType() != null ? palletInfo.getWcsBasePalletType() : 1; |
|
|
|
|