储位调拨单bug修改

This commit is contained in:
yf001217 2026-03-18 19:31:59 +08:00
parent a76ee52afb
commit e8116fe2dd
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public class LocationTransferController extends BaseController {
VUtil.trueThrowBusinessError(ObjectUtil.isNull(wmsWarehouse)).throwMessage("无效的储位【仓库无效】"); VUtil.trueThrowBusinessError(ObjectUtil.isNull(wmsWarehouse)).throwMessage("无效的储位【仓库无效】");
DictionaryItem dictionaryItem = dictionaryItemService.lambdaQuery() DictionaryItem dictionaryItem = dictionaryItemService.lambdaQuery()
.eq(DictionaryItem::getCode, wmsWarehouse.getFactoryId()) .eq(DictionaryItem::getId, wmsWarehouse.getFactoryId())
.one(); .one();
VUtil.trueThrowBusinessError(ObjectUtil.isNull(dictionaryItem)).throwMessage("无效的储位【工厂无效】"); VUtil.trueThrowBusinessError(ObjectUtil.isNull(dictionaryItem)).throwMessage("无效的储位【工厂无效】");