Browse Source

仓库配置错误

visual
汤建军 3 months ago
parent
commit
32e5632765
  1. 3
      blade-service/logpm-warehouse/src/main/java/com/logpm/warehouse/service/impl/WarehouseConfigServiceImpl.java

3
blade-service/logpm-warehouse/src/main/java/com/logpm/warehouse/service/impl/WarehouseConfigServiceImpl.java

@ -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("未知错误!!!");

Loading…
Cancel
Save