储位调拨单bug修改
This commit is contained in:
parent
a76ee52afb
commit
e8116fe2dd
|
|
@ -126,7 +126,7 @@ public class LocationTransferController extends BaseController {
|
|||
VUtil.trueThrowBusinessError(ObjectUtil.isNull(wmsWarehouse)).throwMessage("无效的储位【仓库无效】");
|
||||
|
||||
DictionaryItem dictionaryItem = dictionaryItemService.lambdaQuery()
|
||||
.eq(DictionaryItem::getCode, wmsWarehouse.getFactoryId())
|
||||
.eq(DictionaryItem::getId, wmsWarehouse.getFactoryId())
|
||||
.one();
|
||||
VUtil.trueThrowBusinessError(ObjectUtil.isNull(dictionaryItem)).throwMessage("无效的储位【工厂无效】");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue