Browse Source

Merge remote-tracking branch 'origin/dev' into pre-production

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

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

@ -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("");

Loading…
Cancel
Save