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