|
@@ -339,14 +339,6 @@ public class InvLotLocIdServiceImpl implements IInvLotLocIdService {
|
|
|
}
|
|
|
// 修改库位为空闲无货
|
|
|
baseLocationInfoService.updateLocationIdleAndEmpty(id, warehouseId, updateBy);
|
|
|
- //修改托盘绑定
|
|
|
- WmsBoxInfo wmsBoxInfo = iWmsBoxInfoService.selectByLocationId(locationId);
|
|
|
- wmsBoxInfo.setLocationId(null);
|
|
|
- wmsBoxInfo.setIsFull("N");
|
|
|
- wmsBoxInfo.setIsEmpty("Y");
|
|
|
- wmsBoxInfo.setUpdateBy(updateBy);
|
|
|
- wmsBoxInfo.setUpdateTime(new Date());
|
|
|
- iWmsBoxInfoService.updateWmsBoxInfo(wmsBoxInfo);
|
|
|
return AjaxResult.success("操作成功!");
|
|
|
}
|
|
|
|