|
|
@ -50,7 +50,6 @@ public class WarehouseConfigServiceImpl extends BaseServiceImpl<WarehouseConfigM |
|
|
|
if (!Objects.isNull(defaultGoodsAllocation)) { |
|
|
|
if (!Objects.isNull(defaultGoodsAllocation)) { |
|
|
|
flag = basicdataGoodsAllocationClient.closeDefaultAllocation(goodsAllocationEntity.getId()); |
|
|
|
flag = basicdataGoodsAllocationClient.closeDefaultAllocation(goodsAllocationEntity.getId()); |
|
|
|
} |
|
|
|
} |
|
|
|
this.updateById(warehouseConfigEntity); |
|
|
|
|
|
|
|
//关闭配置进行默认库位的清理
|
|
|
|
//关闭配置进行默认库位的清理
|
|
|
|
warehouseConfigEntity.setDefaultAllocation(""); |
|
|
|
warehouseConfigEntity.setDefaultAllocation(""); |
|
|
|
|
|
|
|
|
|
|
|