Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
YeeAmosFireAutoSysRoot
Commits
ba01715e
Commit
ba01715e
authored
May 18, 2020
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1,脚本整理,增加初始化数据:参数设置、风险模型数节点
parent
fb758e20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
194 additions
and
0 deletions
+194
-0
fas-2.0.1.xml
...utoSysStart/src/main/resources/db/changelog/fas-2.0.1.xml
+13
-0
fas-init-data.sql
...rt/src/main/resources/db/changelog/init/fas-init-data.sql
+181
-0
No files found.
YeeAmosFireAutoSysStart/src/main/resources/db/changelog/fas-2.0.1.xml
View file @
ba01715e
...
...
@@ -240,4 +240,16 @@
add COLUMN `flicker_frequency` int(11) DEFAULT 0 COMMENT '闪烁频率' after `status`;
</sql>
</changeSet>
<changeSet
author=
"suhuiguang"
id=
"1589769364577-1"
>
<preConditions
onFail=
"MARK_RAN"
>
<columnExists
tableName=
"f_risk_level "
columnName=
"manage_level"
/>
</preConditions>
<comment>
f_risk_level 增加管控级别 初始化数据
</comment>
<sql>
update f_risk_level set manage_level = 1 where level = '1';
update f_risk_level set manage_level = 2 where level = '2';
update f_risk_level set manage_level = 3 where level = '3';
update f_risk_level set manage_level = 4 where level = '4';
</sql>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
YeeAmosFireAutoSysStart/src/main/resources/db/changelog/init/fas-init-data.sql
View file @
ba01715e
...
...
@@ -40,4 +40,184 @@ INSERT INTO `f_dict` VALUES ('40', '名称', 'hydrant', '0', '\0', 'name', '0',
INSERT
INTO
`f_dict`
VALUES
(
'41'
,
'编号'
,
'hydrant'
,
'0'
,
'
\0
'
,
'code'
,
'1'
,
null
,
null
);
INSERT
INTO
`f_dict`
VALUES
(
'42'
,
'名称'
,
'pool'
,
'0'
,
'
\0
'
,
'name'
,
'0'
,
null
,
null
);
INSERT
INTO
`f_dict`
VALUES
(
'43'
,
'编号'
,
'pool'
,
'0'
,
'
\0
'
,
'code'
,
'1'
,
null
,
null
);
INSERT
INTO
`f_risk_source`
(
`id`
,
`org_code`
,
`code`
,
`name`
,
`position3d`
,
`floor3d`
,
`is_indoor`
,
`parent_id`
,
`risk_level_id`
,
`rpn`
,
`remark`
,
`create_by`
,
`create_date`
,
`is_region`
,
`status`
,
`increment`
,
`rpni`
,
`sort_num`
)
VALUES
(
'1'
,
'1'
,
'100101'
,
'伊克昭换流站'
,
NULL
,
NULL
,
b
'1'
,
'0'
,
'0'
,
'0.00'
,
NULL
,
'0'
,
'2019-09-21 23:09:07'
,
'TRUE'
,
'NORMAL'
,
'0.00'
,
'0'
,
'99'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'22'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'10'
,
'无警告的危害'
,
'在没有任何预兆的情况下发生,影响人员或设备安全,或违反有关法律法规的及严重的故障模式。'
,
'S'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'23'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'9'
,
'有警告的危害'
,
'在有故障预兆的情况下发生,影响人员或设备安全,或违反有关法律法规的及严重的故障模式。'
,
'S'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'24'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'8'
,
'很大'
,
'对生产造成较大的破坏,设备全部或主要功能无法正常运行,但设备是安全的。'
,
'S'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'25'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'7'
,
'大'
,
'设备性能受到影响,但仍可实现功能并是安全的。'
,
'S'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'26'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'6'
,
'中等'
,
'设备性能退化,但仍可以工作并是安全的。局部故障,但仍可以工作。不重要零件不能工作。'
,
'S'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'27'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'5'
,
'小'
,
'对设备性能有中等程度的影响,不重要零件故障需要维修'
,
'S'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'28'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'4'
,
'很小'
,
'队产品性能有较小影响。故障不需要维修'
,
'S'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'29'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'3'
,
'轻微'
,
'对设备性能有轻微影响。'
,
'S'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'30'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'2'
,
'很轻微'
,
'对设备性能有非常轻微的影响。'
,
'S'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'31'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'1'
,
'无'
,
'无影响。'
,
'S'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'32'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'10'
,
'几乎不可能'
,
'不可能探测或没有检查'
,
'D'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'33'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'9'
,
'很微小'
,
'只能再失效发生后才能检测出'
,
'D'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'34'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'8'
,
'微小'
,
'只能通过相关设备来进行探测'
,
'D'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'35'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'7'
,
'很小'
,
'已全部纳管进安全执行系统或进行自动信号采集'
,
'D'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'36'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'6'
,
'小'
,
'只能通过目测或手触来进行探测'
,
'D'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'37'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'5'
,
'中等'
,
'只通过目测即可进行探测'
,
'D'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'38'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'4'
,
'中等偏上'
,
'可通过仪表读数进行探测'
,
'D'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'39'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'3'
,
'高'
,
'可通过中控仪表盘进行探测'
,
'D'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'40'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'2'
,
'很高'
,
'有相应报警提示,出现故障后可在中控仪表盘中不断闪红'
,
'D'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'41'
,
'1'
,
NULL
,
NULL
,
'2019-05-28 00:36:56'
,
'0'
,
NULL
,
'1'
,
'几乎肯定能'
,
'有相应报警装置一旦出现故障可报警提示'
,
'D'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'42'
,
'1'
,
NULL
,
NULL
,
'2020-02-14 14:35:53'
,
'0'
,
NULL
,
'10'
,
'很高:故障几乎不可避免'
,
'0.9<O&&O<=1'
,
'O'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'43'
,
'1'
,
NULL
,
NULL
,
'2020-02-14 14:35:53'
,
'0'
,
NULL
,
'9'
,
'很高:故障几乎不可避免'
,
'0.8<O&&O<=0.9'
,
'O'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'44'
,
'1'
,
NULL
,
NULL
,
'2020-02-14 14:35:53'
,
'0'
,
NULL
,
'8'
,
'高:反复发生的故障'
,
'0.7<O&&O<=0.8'
,
'O'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'45'
,
'1'
,
NULL
,
NULL
,
'2020-02-14 14:35:53'
,
'0'
,
NULL
,
'7'
,
'高:反复发生的故障'
,
'0.6<O&&O<=0.7'
,
'O'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'46'
,
'1'
,
NULL
,
NULL
,
'2020-02-14 14:35:53'
,
'0'
,
NULL
,
'6'
,
'中等:偶尔发生的故障'
,
'0.5<O&&O<=0.6'
,
'O'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'47'
,
'1'
,
NULL
,
NULL
,
'2020-02-14 14:35:54'
,
'0'
,
NULL
,
'5'
,
'中等:偶尔发生的故障'
,
'0.4<O&&O<=0.5'
,
'O'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'48'
,
'1'
,
NULL
,
NULL
,
'2020-02-14 14:35:54'
,
'0'
,
NULL
,
'4'
,
'中等:偶尔发生的故障'
,
'0.3<O&&O<=0.4'
,
'O'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'49'
,
'1'
,
NULL
,
NULL
,
'2020-02-14 14:35:54'
,
'0'
,
NULL
,
'3'
,
'低:相对很少发生'
,
'0.2<O&&O<=0.3'
,
'O'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'50'
,
'1'
,
NULL
,
NULL
,
'2020-02-14 14:35:54'
,
'0'
,
NULL
,
'2'
,
'低:相对很少发生'
,
'0.1<O&&O<=0.2'
,
'O'
);
INSERT
INTO
`f_evaluation_model`
(
`id`
,
`org_code`
,
`name`
,
`standard`
,
`create_date`
,
`create_by`
,
`remark`
,
`coefficient`
,
`influence`
,
`describe`
,
`type`
)
VALUES
(
'51'
,
'1'
,
NULL
,
NULL
,
'2020-02-14 14:35:54'
,
'0'
,
NULL
,
'1'
,
'极低:几乎不可能发生'
,
'0<=O&&O<=0.1'
,
'O'
);
INSERT
INTO
`f_risk_level`
(
`id`
,
`org_code`
,
`level`
,
`evaluation_model_id`
,
`severity`
,
`name`
,
`color`
,
`create_by`
,
`create_date`
,
`remark`
,
`top_limit`
,
`down_limit`
)
VALUES
(
'1'
,
'10'
,
'1'
,
NULL
,
'大'
,
'1级'
,
'红色'
,
'1666891'
,
'2020-05-14 10:38:54'
,
NULL
,
'1000.00'
,
'501.00'
);
INSERT
INTO
`f_risk_level`
(
`id`
,
`org_code`
,
`level`
,
`evaluation_model_id`
,
`severity`
,
`name`
,
`color`
,
`create_by`
,
`create_date`
,
`remark`
,
`top_limit`
,
`down_limit`
)
VALUES
(
'2'
,
'10'
,
'2'
,
NULL
,
'较大'
,
'2级'
,
'橙色'
,
'1666891'
,
'2020-05-14 10:39:04'
,
NULL
,
'500.00'
,
'101.00'
);
INSERT
INTO
`f_risk_level`
(
`id`
,
`org_code`
,
`level`
,
`evaluation_model_id`
,
`severity`
,
`name`
,
`color`
,
`create_by`
,
`create_date`
,
`remark`
,
`top_limit`
,
`down_limit`
)
VALUES
(
'3'
,
'10'
,
'3'
,
NULL
,
'中等'
,
'3级'
,
'黄色'
,
'1666891'
,
'2020-05-14 10:39:09'
,
NULL
,
'100.00'
,
'51.00'
);
INSERT
INTO
`f_risk_level`
(
`id`
,
`org_code`
,
`level`
,
`evaluation_model_id`
,
`severity`
,
`name`
,
`color`
,
`create_by`
,
`create_date`
,
`remark`
,
`top_limit`
,
`down_limit`
)
VALUES
(
'4'
,
'10'
,
'4'
,
NULL
,
'小'
,
'4级'
,
'蓝色'
,
'1666891'
,
'2020-05-14 10:39:14'
,
NULL
,
'50.00'
,
'1.00'
);
INSERT
INTO
`f_accident_type`
(
`id`
,
`org_code`
,
`name`
,
`evaluation_sid`
,
`influence`
,
`severity`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'1'
,
'1*2'
,
'设备故障'
,
'26'
,
NULL
,
NULL
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:44:19'
,
NULL
);
INSERT
INTO
`f_accident_type`
(
`id`
,
`org_code`
,
`name`
,
`evaluation_sid`
,
`influence`
,
`severity`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'2'
,
'1*2'
,
'断电设备突然停运'
,
'27'
,
NULL
,
NULL
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:44:19'
,
NULL
);
INSERT
INTO
`f_accident_type`
(
`id`
,
`org_code`
,
`name`
,
`evaluation_sid`
,
`influence`
,
`severity`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'3'
,
'1*2'
,
'其他'
,
'30'
,
NULL
,
NULL
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:44:19'
,
NULL
);
INSERT
INTO
`f_accident_type`
(
`id`
,
`org_code`
,
`name`
,
`evaluation_sid`
,
`influence`
,
`severity`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'4'
,
'1*2'
,
'电源短路'
,
'25'
,
NULL
,
NULL
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:44:19'
,
NULL
);
INSERT
INTO
`f_accident_type`
(
`id`
,
`org_code`
,
`name`
,
`evaluation_sid`
,
`influence`
,
`severity`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'5'
,
'1*2'
,
'火灾'
,
'23'
,
NULL
,
NULL
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:44:20'
,
NULL
);
INSERT
INTO
`f_accident_type`
(
`id`
,
`org_code`
,
`name`
,
`evaluation_sid`
,
`influence`
,
`severity`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'6'
,
'1*2'
,
'其他伤害'
,
'29'
,
NULL
,
NULL
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:44:20'
,
NULL
);
INSERT
INTO
`f_accident_type`
(
`id`
,
`org_code`
,
`name`
,
`evaluation_sid`
,
`influence`
,
`severity`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'7'
,
'1*2'
,
'触电事故'
,
'25'
,
NULL
,
NULL
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:44:21'
,
NULL
);
INSERT
INTO
`f_accident_type`
(
`id`
,
`org_code`
,
`name`
,
`evaluation_sid`
,
`influence`
,
`severity`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'11'
,
'1*2'
,
'人身触电'
,
'25'
,
NULL
,
NULL
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:44:21'
,
NULL
);
INSERT
INTO
`f_accident_type`
(
`id`
,
`org_code`
,
`name`
,
`evaluation_sid`
,
`influence`
,
`severity`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'12'
,
'1*2'
,
'SF6气体防护'
,
'25'
,
NULL
,
NULL
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:44:21'
,
NULL
);
INSERT
INTO
`f_accident_type`
(
`id`
,
`org_code`
,
`name`
,
`evaluation_sid`
,
`influence`
,
`severity`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'13'
,
'1*2'
,
'高空坠落'
,
'26'
,
NULL
,
NULL
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:44:21'
,
NULL
);
INSERT
INTO
`f_accident_type`
(
`id`
,
`org_code`
,
`name`
,
`evaluation_sid`
,
`influence`
,
`severity`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'14'
,
'1*2'
,
'设备故障'
,
'24'
,
NULL
,
NULL
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:44:21'
,
NULL
);
INSERT
INTO
`f_accident_type`
(
`id`
,
`org_code`
,
`name`
,
`evaluation_sid`
,
`influence`
,
`severity`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'16'
,
'1*2'
,
'高空落物'
,
'26'
,
NULL
,
NULL
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:44:21'
,
NULL
);
INSERT
INTO
`f_accident_type`
(
`id`
,
`org_code`
,
`name`
,
`evaluation_sid`
,
`influence`
,
`severity`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'17'
,
'1*2'
,
'雷击事故'
,
'22'
,
NULL
,
NULL
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:44:21'
,
NULL
);
INSERT
INTO
`f_accident_type`
(
`id`
,
`org_code`
,
`name`
,
`evaluation_sid`
,
`influence`
,
`severity`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'18'
,
'1*2'
,
'静电及放射线事故'
,
'26'
,
NULL
,
NULL
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:44:22'
,
NULL
);
INSERT
INTO
`f_accident_type`
(
`id`
,
`org_code`
,
`name`
,
`evaluation_sid`
,
`influence`
,
`severity`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'19'
,
'1*2'
,
'小的事故类型'
,
'22'
,
NULL
,
NULL
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:44:22'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'1'
,
'1*2'
,
'设备老化产生故障'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:54'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'2'
,
'1*2'
,
'可能电源短路'
,
'5'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:54'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'3'
,
'1*2'
,
'设备运行故障,不能及时感知火灾'
,
'6'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:54'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'4'
,
'1*2'
,
'电线老化'
,
'7'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:54'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'5'
,
'1*2'
,
'电线接地'
,
'7'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:54'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'7'
,
'1*2'
,
'误碰、误动、误登运行设备,
\n
误入带电间隔。'
,
'11'
,
'3'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:54'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'8'
,
'1*2'
,
'误碰、误动、误登运行设备,
\n
误入带电间隔。'
,
'11'
,
'3'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:54'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'9'
,
'1*2'
,
'设备有接地故障时,巡视人员误入产生跨步电压。
\n
'
,
'11'
,
'3'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:54'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'12'
,
'1*2'
,
'登高检查设备,如登上开关机构平台检查设备时,感应电造成人员失去平衡,造成人员碰伤、摔伤。
\n
'
,
'13'
,
'3'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:54'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'13'
,
'1*2'
,
'高空落物伤人。
\n
'
,
'16'
,
'3'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:54'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'14'
,
'1*2'
,
'使用无线通讯设备,造成保护误动。
\n
'
,
'14'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:54'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'15'
,
'1*2'
,
'小动物进入,造成事故。
\n
'
,
'14'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:55'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'16'
,
'1*2'
,
'OWS上报出换流阀故障告警信号'
,
'14'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:55'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'17'
,
'1*2'
,
'阀塔设备冒烟、着火'
,
'5'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:55'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'18'
,
'1*2'
,
'阀塔设备、阀塔下方地面有水迹或阀塔水管喷水'
,
'3'
,
'3'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:55'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'19'
,
'1*2'
,
'阀塔设备、阀塔下方地面有水迹或阀塔水管喷水'
,
'3'
,
'3'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:55'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'20'
,
'1*2'
,
'换流阀运行声音有异常变化'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:55'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'21'
,
'1*2'
,
'换流变压器喷油、漏油、冒烟'
,
'14'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:55'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'22'
,
'1*2'
,
'换流变压器冒烟着火'
,
'5'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:56'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'23'
,
'1*2'
,
'换流变压器冒烟着火'
,
'5'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:56'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'24'
,
'1*2'
,
'换流变压器声音与正常运行时对比有明显增大且伴有各种噪音'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:56'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'25'
,
'1*2'
,
'换流变压器套管炸裂、严重漏油'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:56'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'26'
,
'1*2'
,
'套管SF6压力低'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:56'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'27'
,
'1*2'
,
'绕组温度/油温异常升高'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:56'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'28'
,
'1*2'
,
'空调机组停止运行'
,
'1'
,
'3'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:56'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'29'
,
'1*2'
,
'空调控制系统发压差传感器报警'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:56'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'30'
,
'1*2'
,
'空调控制系统发压差传感器报警'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:56'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'31'
,
'1*2'
,
'风挡卡住'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:56'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'32'
,
'1*2'
,
'风挡卡住'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:56'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'33'
,
'1*2'
,
'除湿机不工作'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:56'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'34'
,
'1*2'
,
'站间通讯中断'
,
'14'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:56'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'35'
,
'1*2'
,
'站间通讯中断'
,
'14'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:56'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'36'
,
'1*2'
,
'服务器死机'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:56'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'37'
,
'1*2'
,
'控制保护屏柜、板卡电源显示异常'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'38'
,
'1*2'
,
'UPS装置面板异常故障报警'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'39'
,
'1*2'
,
'空调外机异响、通风口异物、柜门密封差'
,
'3'
,
'3'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'41'
,
'1*2'
,
'实际位置与电气、机械位置指示不相符'
,
'3'
,
'3'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'42'
,
'1*2'
,
'压力管道渗漏'
,
'1'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'43'
,
'1*2'
,
'氮气动力源铅封破损,气体压力指示不是0MPa;氮气启动源源铅封破损,气体压力压力小于4MPa'
,
'3'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'44'
,
'1*2'
,
'电磁控制阀有碰撞变形及其它机械性损伤,表盘非“SHUT”状态;减压阀有碰撞变形及其它机械性损伤'
,
'3'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'45'
,
'1*2'
,
'水雾喷头异物堵塞'
,
'3'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'46'
,
'1*2'
,
'冬季检查泡沫消防间温度低于0℃'
,
'3'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'47'
,
'1*2'
,
'装置运行不正常、液晶显示不正确、有异常声音及气味'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'48'
,
'1*2'
,
'运行指示不正常,电源开关位置不正常,装置告警信号'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'49'
,
'1*2'
,
'主水回路管道及法兰连接处、仪表及传感器安装处、管道阀门及主水过滤器有渗漏'
,
'3'
,
'3'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'50'
,
'1*2'
,
'表计(压力表、压差表、氮气瓶压力等)指示不在正常范围内'
,
'3'
,
'3'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'51'
,
'1*2'
,
'各回路阀门位置未在指定正确方向'
,
'3'
,
'3'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'52'
,
'1*2'
,
'火灾报警控制器各指示灯显示异常,异常报警'
,
'1'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'53'
,
'1*2'
,
'控制柜各指示灯显示异常,有异常及告警信号,工作状态不正常'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:57'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'54'
,
'1*2'
,
'蓄电池有变形、凸出、漏液爆炸裂开、烧焦、螺丝连接处氧化物渗出'
,
'1'
,
'3'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:58'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'55'
,
'1*2'
,
'消防砂池开裂、漏砂'
,
'3'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:58'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'56'
,
'1*2'
,
'消防室杂乱有渗、漏雨;门窗有破损'
,
'3'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:58'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'57'
,
'1*2'
,
'消防箱、消防桶、消防铲、消防斧损旧、锈蚀、破损'
,
'3'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:58'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'58'
,
'1*2'
,
'进入户内SF6设备室或SF6设备发生故障气体外逸,巡视人员窒息或中毒。'
,
'12'
,
'3'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:58'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'59'
,
'1*2'
,
'机构箱、端子箱内加热器故障、防火封堵未到位'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:58'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'60'
,
'1*2'
,
'母线存在变形,异物,跨接线过大弧垂和摆动
\n
'
,
'3'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:58'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'61'
,
'1*2'
,
'母线终端、连接金具破损,接头松动,软连接有断片。
\n
'
,
'3'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:58'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'62'
,
'1*2'
,
'母线均压环外观不正常、母线有异常声音。'
,
'3'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:58'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'63'
,
'1*2'
,
'断路器分合状态指示正常,蝶(弹)簧在压缩位置,液压机构油位未在1/2处。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:58'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'64'
,
'1*2'
,
'断路器压力指示指针未在绿色区域,SF6压力不正常。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:58'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'65'
,
'1*2'
,
'断路器套管和液压机构观察孔污秽现象,断路器套管破损、裂纹。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:58'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'66'
,
'1*2'
,
'基础有破损或开裂,基础有无下沉,支架是否锈蚀或变形。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:58'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'67'
,
'1*2'
,
'汇控柜、端子箱、机构箱、动力箱温湿度控制器显示不正常、加热器运行不正常。(冬季)'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:58'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'68'
,
'1*2'
,
'实际位置与电气、机械位置指示不相符。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'69'
,
'1*2'
,
'瓷柱无裂纹和破损,无污秽现象、无放电和闪络的痕迹。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'70'
,
'1*2'
,
'连杆无弯曲、无松动、无锈蚀,开口销齐全。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'71'
,
'1*2'
,
'引线连接部分无过热现象,引线弧度适中。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'72'
,
'1*2'
,
'无影响设备安全运行的障碍物、附着物。
\n
'
,
'3'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'73'
,
'1*2'
,
'操作机构箱柜门密封良好,箱门锁紧,基础构架无变形。
\n
热器运行正常。(冬季)'
,
'3'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'74'
,
'1*2'
,
'构架及机构上无鸟巢、蜂巢。
\n
'
,
'3'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'75'
,
'1*2'
,
'机构箱温湿度控制器显示正常、加热器运行正常。(冬季)'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'76'
,
'1*2'
,
'电流互感器伞群、法兰等无破损、裂纹及放电闪络痕迹'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'77'
,
'1*2'
,
'电流互感器伞群污秽、不完整、存在裂纹、老化迹象。'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'78'
,
'1*2'
,
'电流互感器油位不正常,有渗、漏油现象'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'79'
,
'1*2'
,
'电流互感器引线异物,接头连接不牢固'
,
'3'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'80'
,
'1*2'
,
'电流互感器套管运行声音不正常'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'81'
,
'1*2'
,
'本体存在破损、污秽、有锈蚀、裂纹'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'82'
,
'1*2'
,
'电流互感器接线板发热松动,放电声不正常'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'83'
,
'1*2'
,
'平波电抗器顶部油温、绕组温度不正常'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'84'
,
'1*2'
,
'平波电抗器本体、阀门、冷却器有渗、漏油现象,有异物挂落,套管油位不在正常区域,油枕油位不正常'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'85'
,
'1*2'
,
'平波电抗器呼吸器外壳破裂现象,硅胶变色部分超过3/4'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'86'
,
'1*2'
,
'平波电抗器呼吸器外壳破裂现象,硅胶变色部分超过3/4'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:41:59'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'87'
,
'1*2'
,
'平波电抗器冷却器运行不正常, 散热片严重污秽现象,油流指示器指示不正常'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:00'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'88'
,
'1*2'
,
'电抗器冷却器控制柜内冷却器切换把手位置不正确'
,
'3'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:00'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'89'
,
'1*2'
,
'主变压器顶部油温、绕组温度正常。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:00'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'90'
,
'1*2'
,
'主变压器本体、阀门、冷却器有渗、漏油现象,异物挂落,套管油位在非正常区域,本体油枕油位不正常;
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:00'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'91'
,
'1*2'
,
'主变压器呼吸器外壳存在破裂现象,硅胶变色部分超过2/3;'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:00'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'92'
,
'1*2'
,
'主变压器套管污秽现象, 闪络放电痕迹;
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:00'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'93'
,
'1*2'
,
'变压器冷却器运行不正常, 散热片严重污秽现象。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:00'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'94'
,
'1*2'
,
'主变压器本体、冷却器运行声音不正常。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:00'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'95'
,
'1*2'
,
'主变压器冷却器控制柜内冷却器操作把手位置不正确;
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:00'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'96'
,
'1*2'
,
'电容器存在渗漏油、生锈、鼓肚变形。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:00'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'97'
,
'1*2'
,
'运行声音异常及其它异常现象。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:00'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'98'
,
'1*2'
,
'各引线和接头有无松动、变色、过热现象。'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:00'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'99'
,
'1*2'
,
'电抗器本体存在破损、污秽、锈蚀、开裂。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:00'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'100'
,
'1*2'
,
'电抗器接地良好。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:00'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'101'
,
'1*2'
,
'电抗器接地良好。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:00'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'102'
,
'1*2'
,
'电抗器各引线和接头有松动、变色、过热现象'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'103'
,
'1*2'
,
'避雷器引流线松股、断股和弛度过紧及过松现象;接头松动、发热或变色等现象。'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'104'
,
'1*2'
,
'
\n
避雷器均压环存在位移、变形、锈蚀现象,有放电痕迹。'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'105'
,
'1*2'
,
'避雷器瓷套部分裂纹、破损、放电现象,防污闪涂层有破裂、起皱、鼓泡、脱落;硅橡胶复合绝缘外套伞裙破损、变形。
\n
密封结构金属件和法兰盘裂纹、锈蚀。
\n
压力释放装置封闭破损异物。'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'106'
,
'1*2'
,
'避雷器设备基础有塌陷;底座固定牢固、整体倾斜;绝缘底座表面破损、积污。'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'107'
,
'1*2'
,
'避雷器接地引下线连接不可靠,锈蚀、断裂。
\n
引下线支持小套管碎裂,螺栓松动情况'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'108'
,
'1*2'
,
'避雷器运行时异常声响。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'109'
,
'1*2'
,
'避雷器监测装置外观不完整、密封较差、连接不紧固,表计指示不正常,数值超标;放电计数器而问题,内部无受潮、进水。
\n
接地标识、设备铭牌、设备标示牌不齐全、模糊。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'110'
,
'1*2'
,
'电阻器箱体破损变形,接头引线放电现象,运行声音不正常'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'111'
,
'1*2'
,
'电阻器箱体破损变形,接头引线放电现象,运行声音不正常'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'112'
,
'1*2'
,
'联络变油色谱在线监测柜灯状态异常'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'113'
,
'1*2'
,
'联络变风冷控制柜状态显示异常'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'114'
,
'1*2'
,
'呼吸器油杯油位、套管油位、开关油位、油枕油位调补变端子箱油温油位未在规定范围内'
,
'3'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'115'
,
'1*2'
,
'故障录波指示灯指示运行状态异常,打印机异常常,打印纸缺失'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'116'
,
'1*2'
,
'很大的危险因素'
,
'19'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'117'
,
'1*2'
,
'SCADA-系统
\n
1.中央报警系统故障告警。
\n
2.OWS上各界面显示异常。
\n
3.站控制监视系统屏柜内设备运行声音异常
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'118'
,
'1*2'
,
'消防系统-火灾检测:火灾报警后台上有报警。
\n
'
,
'1'
,
'1'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'119'
,
'1*2'
,
'
\"
图像监控系统:
\n
1.视频监控显示器显示、切换异常,摄像机控制不灵活。
\n
2.视频主机屏上指示灯异常,网络连接断开,交换机(网桥)指示灯异常。
\n
3.视频主机屏内设备存在发热、死机等现象。
\n\n\"\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:01'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'120'
,
'1*2'
,
'直流控制保护系统面板、板卡等指示灯异常告警。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:02'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'121'
,
'1*2'
,
'直流控制保护系统屏柜内有杂物,凝结水现象
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:02'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'122'
,
'1*2'
,
'
\"
直流控制保护系统电源开关异常,电源指示异常,接点抖动,异常声响,焦糊味,防火封堵有损。
\n\"\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:02'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'123'
,
'1*2'
,
'直流控制保护系统压板、转换开关、按钮有损坏,位置偏移。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:02'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'124'
,
'1*2'
,
'直流控制保护系统屏柜端子排存在放电现象。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:02'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'125'
,
'1*2'
,
'直流控制保护系统OWS中央发出告警信号。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:02'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'126'
,
'1*2'
,
'母线变形,有异物,跨接线存在过大弧垂和摆动。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:02'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'127'
,
'1*2'
,
'母线终端、连接金具有破损、生锈,接头松动,软连接存在断片。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:02'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'128'
,
'1*2'
,
'母线均压环外观正常。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:02'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'129'
,
'1*2'
,
'瓷裙放电现象。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:02'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'130'
,
'1*2'
,
'瓷裙、法兰裂纹、破损现象。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:02'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'131'
,
'1*2'
,
'高压瓷柱绝缘支柱倾斜。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:03'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'132'
,
'1*2'
,
'设备法兰及铁件等部分出现裂纹、裂缝现象。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:03'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'133'
,
'1*2'
,
'互感器本体有异常声响、震动和气味有渗漏油现象。
\n
'
,
'1'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:03'
,
NULL
);
INSERT
INTO
`f_risk_factor`
(
`id`
,
`org_code`
,
`name`
,
`accident_type_id`
,
`type`
,
`dept_id`
,
`create_by`
,
`create_date`
,
`remark`
)
VALUES
(
'134'
,
'1*2'
,
'互感器本体有异物悬挂
\n
'
,
'3'
,
'2'
,
'1245230062576365570'
,
'1530151'
,
'2020-05-15 13:42:03'
,
NULL
);
SET
FOREIGN_KEY_CHECKS
=
1
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment