[磋商]改善办学保障条件-基础设施改造-新校区电力线路及配电室改造项目成交公告

中标公告 发布日期:2026-06-01 地区:北京 项目编号:11000026210200173269-XM001 预算金额:¥6790039.22 中标供应商:北京国电天昱建设工程有限公司 联系电话:010-63960689 实施地点:及中标成交金额 数据采集:2026/07/19 21:44

📊中标评审分析官方公示数据

代理服务费7.332031万元

🤖中标原因深度分析独家解读

019/autotest

/autotest/autotest/report.py
from datetime import datetime
from os.path import join, abspath, isdir

from autotest import config, logger

__all__ = ['log', 'test_reporter']

class log(object):
def __init__(self):
self.date = datetime.now().strftime('%Y-%m-%d %H:%M:%S')
self.log_dir = config.log_dir
self.log_file = join(self.log_dir, self.date + '.log')
self.path = abspath(self.log_file)
if not isdir(self.log_dir):
logger.info("创建日志文件夹:{}".format(self.log_dir))
os.makedirs(self.log_dir)
if not isdir(self.log_file):
logger.info("创建日志文件:{}".format(self.path))
with open(self.path, 'w') as f:
pass

def info(self, msg):
logger.info(msg)
with open(self.path, 'a') as f:
f.write("{0} {1}\n".format(self.date, msg))

def warning(self, msg):
logger.warning(msg)
with open(self.path, 'a') as f:
f.write("{0} {1}\n".format(self.date, msg))

def error(self, msg):
logger.error(msg)
with open(self.path, 'a') as f:
f.write("{0} {1}\n".format(self.date, msg))

def critical(self, msg):
logger.critical(msg)
with open(self.path, 'a') as f:
f.write("{0} {1}\n".format(self.date, msg))

class test_reporter(object):
def __init__(self):
self._reporter = None
self._reporter_log = None

def set_reporter(self, reporter):
self._reporter = reporter

def set_reporter_log(self, reporter_log):
self._reporter_log = reporter_log

def report(self, test):
if self._reporter:
self._reporter(test)
if self._reporter_log:
self._reporter_log(test)

/autotest/autotest/reporter.py
import os
import time

from autotest import config

class reporter(object):
def __init__(self, report_dir, reporter_log=False):
self.report_dir = report_dir
self.reporter_log = reporter_log
self.path = config.get_report_path(report_dir)

def __enter__(self):
if not os.path.exists(self.path):
os.makedirs(self.path)
self.log_path = self.path + "/log"
if not os.path.exists(self.log_path):
os.makedirs(self.log_path)
self.log_file = self.path + "/log/" + str(int(time.time())) + ".html"
return self

def __exit__(self, exc_type, exc_val, exc_tb):
if os.path.exists(self.log_file):
os.remove(self.log_file)

def __call__(self, test):
raise Exception("未重写__call__方法")

class reporter_log(reporter):
def __call__(self, test):
if not os.path.exists(self.log_file):
with open(self.log_file, "w") as f:
f.write("")
with open(self.log_file, "a") as f:
f.write("<div>%s</div>" % test)

class reporter_html(reporter):
def __call__(self, test):
if not os.path.exists(self.log_file):
with open(self.log_file, "w") as f:
f.write("")
with open(self.log_file, "a") as f:
f.write(test)

class reporter_text(reporter):
def __call__(self, test):
with open(self.log_file, "a") as f:
f.write(test)

class reporter_csv(reporter):
def __call__(self, test):
with open(self.log_file, "a") as f:
f.write(test)

class reporter_json(reporter):
def __call__(self, test):
with open(self.log_file, "a") as f:
f.write(test)

class reporter_xml(reporter):
def __call__(self, test):
with open(self.log_file, "a") as f:
f.write(test)

class reporter_yaml(reporter):
def __call__(self, test):
with open(self.log_file, "a") as f:
f.write(test)

class reporter_toml(reporter):
def __call__(self, test):
with open(self.log_file, "a") as f:
f.write(test)

class reporter_json_report(reporter):
def __call__(self, test):
with open(self.log_file, "a") as f:
f.write(test)

class reporter_html_report(reporter):
def __call__(self, test):
with open(self.log_file, "a") as f:
f.write(test)

class reporter_txt_report(reporter):
def __call__(self, test):
with open(self.log_file, "a") as f:
f.write(test)

class reporter_csv_report(reporter):
def __call__(self, test):
with open(self.log_file, "a") as f:
f.write(test)

class reporter_xml_report(reporter):
def __call__(self, test):
with open(self.log_file, "a") as f:
f.write(test)

class reporter_yaml_report(reporter):
def __call__(self, test):
with open(self.log_file, "a") as f:
f.write(test)

class reporter_toml

📖 阅读完整分析文章 →

一、项目编号:11000026210200173269-XM001

二、项目名称:改善办学保障条件-基础设施改造-新校区电力线路及配电室改造项目

三、中标(成交)信息

总中标成交金额:679.003922 万元(人民币)

中标成交供应商名称、地址及中标成交金额:

中标成交供应商名称:北京国电天昱建设工程有限公司

中标成交供应商地址:北京市大兴区青云店镇青正街8号平房013室

中标金额:679.003922万元

供应商名称 供应商地址 统一信用代码 中标金额 中标成交备注信息
北京国电天昱建设工程有限公司 北京市大兴区青云店镇青正街8号平房013室 91110115697702685P 679.003922 万元 评审总得分(综合评分法): 83.77 分

四、主要标的信息

供应商 商品名称 规格型号 数量 单价 总价 服务要求
北京国电天昱建设工程有限公司 1 679.003922万元 679.003922万元 详见磋商文件

1.施工范围:完成改善办学保障条件-基础设施改造-新校区电力线路及配电室改造项目所需全部内容,包括配电室改造、外电源改造。

2.施工工期:计划工期:120天。开工时间以采购人通知为准。

3.项目经理:滕文辉

4.执业证书信息:京1112016201901313

五、评审专家(单一来源采购人员)名单:

马长盈、周斌、郭楚云(采购人代表)

六、代理服务收费标准及金额:

本项目代理费总金额:7.332031万元(人民币)

本项目代理费收费标准:

详见磋商文件。

七、公告期限

自本公告发布之日起1个工作日。

八、其它补充事宜

1.成交服务费缴纳账户开户名(全称):

北京宏信天诚国际招标有限公司

开户银行:北京银行股份有限公司清华园支行

帐号:20000062274900106153382

中标服务费采用电汇形式,邮箱:hxtccw@126.com,联系电话:010-63960689。

2.项目编号:2604-HXTC-IE1136

九、凡对本次公告内容提出询问,请按以下方式联系。

1.采购人信息

名 称:中国音乐学院     

地址:北京市朝阳区安翔路1号        

联系方式:胡老师,010-64887161      

2.采购代理机构信息

名 称:北京宏信天诚国际招标有限公司            

地 址:北京市海淀区复兴路乙12号中国铝业大厦11层1110室            

联系方式:闫文娟、黄艳、郝路、吉国侠、修海龙、吴众为、赵洁、陈博维、刘海英、姬小雪、成歌、孙银英、王思晨、刘京、杨晓楠、王东衍、孙佳、陈曦、王亚东、彭怡,010-63974645(项目报名)、010-63969957(项目咨询)            

3.项目联系方式

项目联系人:闫文娟、黄艳、郝路、吉国侠、修海龙、吴众为、赵洁、陈博维、刘海英、姬小雪、成歌、孙银英、王思晨、刘京、杨晓楠、王东衍、孙佳、陈曦、王亚东、彭怡

电 话:  010-63974645(项目报名)、010-63969957(项目咨询)

中小企业声明函.pdf

本国产品声明函.pdf

3.1-IE1136 改善办学保障条件-基础设施改造-新校区电力线路及配电室改造项目 竞争性磋商文件-定稿.docx