|
@@ -395,8 +395,8 @@ public class WmsDocAsnHeaderServiceImpl implements IWmsDocAsnHeaderService {
|
|
|
unlockForm.setPalletNo(locIdLotattVO.getLotatt07());
|
|
|
unlockForm.setSku(locIdLotattVO.getSku());
|
|
|
unlockForm.setLotnum(locIdLotattVO.getLotnum());
|
|
|
- AjaxResult ajaxResult = unloadStock(unlockForm);
|
|
|
- if (!ajaxResult.isSuccess()) {
|
|
|
+ AjaxResult ajaxResultJB = unloadStock(unlockForm);
|
|
|
+ if (!ajaxResultJB.isSuccess()) {
|
|
|
throw new ServiceException("解绑老托盘失败:" + ajaxResult.getMsg());
|
|
|
}
|
|
|
}
|