|
|
|
@ -1981,7 +1981,7 @@ public class WcsIntegrationServiceImpl implements WcsIntegrationService { |
|
|
|
if (currentStation == null) { |
|
|
|
throw new RuntimeException("无法获取栈板当前所在站点"); |
|
|
|
} |
|
|
|
int ifZuPan = wcsIntegrationMapper.countPalletDetailWithWcsFlagOne(site,palletId); |
|
|
|
int ifZuPan = wcsIntegrationMapper.countPalletDetailWithWcsFlagOne(site,palletId); |
|
|
|
|
|
|
|
if(ifZuPan>0){ |
|
|
|
throw new RuntimeException("栈板还有未提交的分拣数据,清先提交分拣!"); |
|
|
|
|