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