Browse Source

仓库配置BUG修复

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

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

@ -53,8 +53,8 @@ public class WarehouseConfigServiceImpl extends BaseServiceImpl<WarehouseConfigM
this.updateById(warehouseConfigEntity);
//关闭配置进行默认库位的清理
warehouseConfigEntity.setDefaultAllocation("");
this.updateById(warehouseConfigEntity);
return R.status(flag);
return R.status(this.updateById(warehouseConfigEntity));
}
return R.fail("未知错误!!!");

Loading…
Cancel
Save